public class EndpointProperties extends ReferenceableProperties
| Constructor and Description |
|---|
EndpointProperties()
Default constructor
|
EndpointProperties(EndpointProperties template)
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.
|
String |
getProtocol()
Returns the stored protocol property for the endpoint.
|
int |
hashCode()
Create a hash code for this element type.
|
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, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic EndpointProperties()
public EndpointProperties(EndpointProperties template)
template - template object to copy.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 ReferenceablePropertiespublic boolean equals(Object objectToCompare)
equals in class ReferenceablePropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ReferenceablePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.