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.org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorTypeinthashCode()Return hash code based on properties.voidsetConfigurationProperties(Map<String, Object> configurationProperties) voidsetConnectorName(String connectorName) voidsetConnectorStatus(String connectorStatus) voidsetConnectorType(org.odpi.openmetadata.frameworks.connectors.properties.beans.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
public org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType getConnectorType() -
setConnectorType
public void setConnectorType(org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType connectorType) -
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.
-