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
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.voidsetConfigurationStoreConnection(OMAGConnectorProperties configurationStoreConnection) voidsetOMAGServers(List<OMAGServerProperties> omagServers) voidsetPlatformBuildProperties(BuildProperties platformBuildProperties) voidsetPlatformName(String platformName) voidsetPlatformOrigin(String platformOrigin) voidsetPlatformSecurityConnection(OMAGConnectorProperties platformSecurityConnection) voidsetPlatformStartTime(Date platformStartTime) voidsetPlatformURLRoot(String platformURLRoot) voidsetRegisteredOMAGServices(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.
-