Class OMAGConnectorProperties
java.lang.Object
org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGConnectorProperties
OMAGConnectorProperties holds details about a configured and possibly running connector.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.int
hashCode()
Return hash code based on properties.void
setConfigurationProperties
(Map<String, Object> configurationProperties) void
setConnectorName
(String connectorName) void
setConnectorStatus
(String connectorStatus) void
setConnectorType
(ConnectorType connectorType) void
setConnectorUserId
(String connectorUserId) void
setNestedConnectors
(List<OMAGConnectorProperties> nestedConnectors) void
setNetworkAddress
(String networkAddress) toString()
Standard toString method.
-
Constructor Details
-
OMAGConnectorProperties
public OMAGConnectorProperties()
-
-
Method Details
-
getConnectorName
-
setConnectorName
-
getConnectorType
-
setConnectorType
-
getNetworkAddress
-
setNetworkAddress
-
getConnectorUserId
-
setConnectorUserId
-
getConfigurationProperties
-
setConfigurationProperties
-
getConnectorStatus
-
setConnectorStatus
-
getNestedConnectors
-
setNestedConnectors
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-