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, meanings, qualifiedNameclassifications, extendedProperties, guid, type, url| 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.
|
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, getMeanings, getQualifiedName, hashCode, setAdditionalProperties, setMeanings, setQualifiedNamegetClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLprotected 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 objectCopyright © 2018–2020 ODPi. All rights reserved.