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.org.odpi.openmetadata.platformservices.properties.BuildPropertiesList<org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService>inthashCode()Return hash code based on properties.voidsetConfigurationStoreConnection(OMAGConnectorProperties configurationStoreConnection) voidsetOMAGServers(List<OMAGServerProperties> omagServers) voidsetPlatformBuildProperties(org.odpi.openmetadata.platformservices.properties.BuildProperties platformBuildProperties) voidsetPlatformName(String platformName) voidsetPlatformOrigin(String platformOrigin) voidsetPlatformSecurityConnection(OMAGConnectorProperties platformSecurityConnection) voidsetPlatformStartTime(Date platformStartTime) voidsetPlatformURLRoot(String platformURLRoot) voidsetRegisteredOMAGServices(List<org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService> registeredOMAGServices) toString()Standard toString method.
-
Constructor Details
-
OMAGServerPlatformProperties
public OMAGServerPlatformProperties()
-
-
Method Details
-
getPlatformName
-
setPlatformName
-
getPlatformURLRoot
-
setPlatformURLRoot
-
getPlatformOrigin
-
setPlatformOrigin
-
getPlatformBuildProperties
public org.odpi.openmetadata.platformservices.properties.BuildProperties getPlatformBuildProperties() -
setPlatformBuildProperties
public void setPlatformBuildProperties(org.odpi.openmetadata.platformservices.properties.BuildProperties platformBuildProperties) -
getPlatformStartTime
-
setPlatformStartTime
-
getConfigurationStoreConnection
-
setConfigurationStoreConnection
-
getPlatformSecurityConnection
-
setPlatformSecurityConnection
-
getRegisteredOMAGServices
public List<org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService> getRegisteredOMAGServices() -
setRegisteredOMAGServices
public void setRegisteredOMAGServices(List<org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService> registeredOMAGServices) -
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.
-