Class OMAGServerPlatformProperties
java.lang.Object
org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGServerPlatformProperties
OMAGServerPlatformProperties captures the properties of a live OMAG Server Platform.
-
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
setConfigurationStoreConnection
(OMAGConnectorProperties configurationStoreConnection) void
setOMAGServers
(List<OMAGServerProperties> omagServers) void
setPlatformBuildProperties
(BuildProperties platformBuildProperties) void
setPlatformName
(String platformName) void
setPlatformOrigin
(String platformOrigin) void
setPlatformSecurityConnection
(OMAGConnectorProperties platformSecurityConnection) void
setPlatformStartTime
(Date platformStartTime) void
setPlatformURLRoot
(String platformURLRoot) void
setRegisteredOMAGServices
(List<RegisteredOMAGService> registeredOMAGServices) toString()
Standard toString method.
-
Constructor Details
-
OMAGServerPlatformProperties
public OMAGServerPlatformProperties()
-
-
Method Details
-
getPlatformName
-
setPlatformName
-
getPlatformURLRoot
-
setPlatformURLRoot
-
getPlatformOrigin
-
setPlatformOrigin
-
getPlatformBuildProperties
-
setPlatformBuildProperties
-
getPlatformStartTime
-
setPlatformStartTime
-
getConfigurationStoreConnection
-
setConfigurationStoreConnection
-
getPlatformSecurityConnection
-
setPlatformSecurityConnection
-
getRegisteredOMAGServices
-
setRegisteredOMAGServices
-
getOMAGServers
-
setOMAGServers
-
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.
-