Class OMAGMetadataStoreProperties
java.lang.Object
org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGServerProperties
org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGMetadataStoreProperties
OMAGMetadataStoreProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return details about the connector to the server's metadata repository.int
hashCode()
Return hash code based on properties.void
setRepositoryConnector
(OMAGConnectorProperties repositoryConnector) Set up details about the connector to the server's metadata repository.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGServerProperties
getCohorts, getDescription, getLastShutdownTime, getLastStartTime, getMaxPageSize, getOrganizationName, getSecurityConnection, getServerActiveStatus, getServerHistory, getServerId, getServerName, getServerType, getServices, getUserId, setCohorts, setDescription, setLastShutdownTime, setLastStartTime, setMaxPageSize, setOrganizationName, setSecurityConnection, setServerActiveStatus, setServerHistory, setServerId, setServerName, setServerType, setServices, setUserId
-
Constructor Details
-
OMAGMetadataStoreProperties
public OMAGMetadataStoreProperties()
-
-
Method Details
-
getRepositoryConnector
Return details about the connector to the server's metadata repository.- Returns:
- connector properties
-
setRepositoryConnector
Set up details about the connector to the server's metadata repository.- Parameters:
repositoryConnector
- connector properties
-
toString
Standard toString method.- Overrides:
toString
in classOMAGServerProperties
- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equals
in classOMAGServerProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCode
in classOMAGServerProperties
- Returns:
- int
-