Class Endpoint
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
org.odpi.openmetadata.accessservices.dataengine.model.Endpoint
- All Implemented Interfaces:
Serializable
The Endpoint describes the network information necessary for a connector to connect to the server
where the Asset is accessible from.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Return the description of the endpoint.Return the display name of the endpoint.Returns the stored encryption method property for the endpoint.getName()
Return the name of the endpoint.Returns the network address property for the endpoint.Returns the protocol for the endpoint.int
hashCode()
void
setDescription
(String description) Set up the description of the endpoint.void
setDisplayName
(String displayName) Set up the display name of the endpoint.void
setEncryptionMethod
(String encryptionMethod) Set up the encryption method of the endpoint.void
Set up the name of the endpoint.void
setNetworkAddress
(String networkAddress) Set up the network address of the endpoint.void
setProtocol
(String protocol) Set up the protocol of the endpoint.toString()
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
Constructor Details
-
Endpoint
public Endpoint()
-
-
Method Details
-
getDescription
Return the description of the endpoint.- Returns:
- description
-
getDisplayName
Return the display name of the endpoint.- Returns:
- display name
-
getEncryptionMethod
Returns the stored encryption method property for the endpoint. This is allowing the information needed to work with a specific encryption mechanism used by the endpoint to be defined. If no encryption method property is available (typically because this is an unencrypted endpoint) then null is returned.- Returns:
- encryption method
-
getName
Return the name of the endpoint.- Returns:
- name
-
getNetworkAddress
Returns the network address property for the endpoint.- Returns:
- name
-
getProtocol
Returns the protocol for the endpoint.- Returns:
- name
-
setDescription
Set up the description of the endpoint.- Parameters:
description
- description
-
setDisplayName
Set up the display name of the endpoint.- Parameters:
displayName
- display name
-
setEncryptionMethod
Set up the encryption method of the endpoint.- Parameters:
encryptionMethod
- encryption method
-
setName
Set up the name of the endpoint.- Parameters:
name
- name
-
setNetworkAddress
Set up the network address of the endpoint.- Parameters:
networkAddress
- network address
-
setProtocol
Set up the protocol of the endpoint.- Parameters:
protocol
- protocol
-
equals
- Overrides:
equals
in classReferenceable
-
canEqual
- Overrides:
canEqual
in classReferenceable
-
hashCode
public int hashCode()- Overrides:
hashCode
in classReferenceable
-
toString
- Overrides:
toString
in classReferenceable
-