public class Endpoint extends Referenceable
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected String |
description |
protected String |
displayName |
protected String |
encryptionMethod |
protected String |
protocol |
additionalProperties, confidenceGovernanceClassification, confidentialityGovernanceClassification, criticalityGovernanceClassification, latestChange, latestChangeDetails, meanings, qualifiedName, retentionGovernanceClassification, searchKeywords, securityTagsclassifications, extendedProperties, guid, type, urlCURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
Endpoint()
Default constructor
|
Endpoint(Endpoint templateEndpoint)
Copy/clone constructor for an Endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getAddress()
Returns the stored address property for the endpoint.
|
String |
getDescription()
Return the description for the endpoint.
|
String |
getDisplayName()
Returns the stored display name property for the endpoint.
|
String |
getEncryptionMethod()
Returns the stored encryptionMethod property for the endpoint.
|
static ElementType |
getEndpointType()
Return the standard type for an endpoint.
|
String |
getProtocol()
Returns the stored protocol property for the endpoint.
|
int |
hashCode()
Hash of properties
|
void |
setAddress(String address)
Set up the network address of the Endpoint.
|
void |
setDescription(String description)
Set up description of the element.
|
void |
setDisplayName(String displayName)
Set up the display name for UIs and reports.
|
void |
setEncryptionMethod(String encryptionMethod)
Set up the encryption method used on this Endpoint.
|
void |
setProtocol(String protocol)
Set up the protocol to use for this Endpoint
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getConfidenceGovernanceClassification, getConfidentialityGovernanceClassification, getCriticalityGovernanceClassification, getLatestChange, getLatestChangeDetails, getMeanings, getQualifiedName, getRetentionGovernanceClassification, getSearchKeywords, getSecurityTags, setAdditionalProperties, setConfidenceGovernanceClassification, setConfidentialityGovernanceClassification, setCriticalityGovernanceClassification, setLatestChange, setLatestChangeDetails, setMeanings, setQualifiedName, setRetentionGovernanceClassification, setSearchKeywords, setSecurityTagsgetClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLgetHeaderVersion, setHeaderVersionprotected String displayName
protected String description
protected String address
protected String protocol
protected String encryptionMethod
public Endpoint()
public Endpoint(Endpoint templateEndpoint)
templateEndpoint - template object to copy.public static ElementType getEndpointType()
public void setDisplayName(String displayName)
displayName - String namepublic String getDisplayName()
public void setDescription(String description)
description - Stringpublic String getDescription()
public void setAddress(String address)
address - String resource namepublic String getAddress()
public void setProtocol(String protocol)
protocol - String protocol namepublic String getProtocol()
public void setEncryptionMethod(String encryptionMethod)
encryptionMethod - String namepublic String getEncryptionMethod()
public String toString()
toString in class Referenceablepublic boolean equals(Object objectToCompare)
equals in class ReferenceableobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ReferenceableCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.