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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.inthashCode()Return hash code based on properties.voidsetConfigurationProperties(Map<String, Object> configurationProperties) voidsetConnectorName(String connectorName) voidsetConnectorStatus(String connectorStatus) voidsetConnectorType(ConnectorType connectorType) voidsetConnectorUserId(String connectorUserId) voidsetNestedConnectors(List<OMAGConnectorProperties> nestedConnectors) voidsetNetworkAddress(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.
-