public class EndpointProperties extends SupplementaryProperties
| 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 |
getEncryptionMethod()
Returns the stored encryptionMethod property for the endpoint.
|
String |
getProtocol()
Returns the stored protocol property for the endpoint.
|
String |
getTechnicalDescription()
Return the technical description for the endpoint.
|
String |
getTechnicalName()
Returns the stored technical name 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 |
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
|
void |
setTechnicalDescription(String technicalDescription)
Set up the technical description of the endpoint.
|
void |
setTechnicalName(String technicalName)
Set up the technical name for the endpoint.
|
String |
toString()
Standard toString method.
|
getAbbreviation, getDescription, getDisplayName, getSummary, getUsage, setAbbreviation, setDescription, setDisplayName, setSummary, setUsagegetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic EndpointProperties()
public EndpointProperties(EndpointProperties template)
template - template object to copy.public void setTechnicalName(String technicalName)
technicalName - String namepublic String getTechnicalName()
public void setTechnicalDescription(String technicalDescription)
technicalDescription - Stringpublic String getTechnicalDescription()
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 SupplementaryPropertiespublic boolean equals(Object objectToCompare)
equals in class SupplementaryPropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class SupplementaryPropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.