Class RegisteredIntegrationConnectorElement
java.lang.Object
org.odpi.openmetadata.accessservices.governanceengine.metadataelements.IntegrationConnectorElement
org.odpi.openmetadata.accessservices.governanceengine.metadataelements.RegisteredIntegrationConnectorElement
- All Implemented Interfaces:
MetadataElement
RegisteredIntegrationConnectorElement contains the properties and header for a integration connector entity retrieved from the metadata
repository plus its supported request types.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the unique identifier of this connector.Return the properties of the registered integration connector.int
hashCode()
Return hash code for this objectvoid
setConnectorId
(String connectorId) Set up the unique identifier of this connector.void
setRegistrationProperties
(RegisteredIntegrationConnectorProperties registrationProperties) Set up the properties of the registered integration connector.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.accessservices.governanceengine.metadataelements.IntegrationConnectorElement
getCatalogTargets, getElementHeader, getProperties, setCatalogTargets, setElementHeader, setProperties
-
Constructor Details
-
RegisteredIntegrationConnectorElement
public RegisteredIntegrationConnectorElement()Default constructor -
RegisteredIntegrationConnectorElement
Copy/clone constructor- Parameters:
template
- object to copy
-
RegisteredIntegrationConnectorElement
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getRegistrationProperties
Return the properties of the registered integration connector.- Returns:
- properties bean
-
getConnectorId
Return the unique identifier of this connector.- Returns:
- string guid
-
setConnectorId
Set up the unique identifier of this connector.- Parameters:
connectorId
- string guid
-
setRegistrationProperties
public void setRegistrationProperties(RegisteredIntegrationConnectorProperties registrationProperties) Set up the properties of the registered integration connector.- Parameters:
registrationProperties
- properties bean
-
toString
JSON-style toString- Overrides:
toString
in classIntegrationConnectorElement
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classIntegrationConnectorElement
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classIntegrationConnectorElement
- Returns:
- int hash code
-