Class OMAGServerClientConfig
java.lang.Object
org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
org.odpi.openmetadata.adminservices.configuration.properties.OMAGServerClientConfig
- Direct Known Subclasses:
- EngineHostServicesConfig,- EngineServiceConfig,- EngineServiceRequestBody,- IntegrationGroupConfig,- ViewServiceConfig,- ViewServiceRequestBody
OMAGServerClientConfig provides the properties to configure a server that connects to an
 OMAG Server.  This is typically used by a Governance or a View Server to retrieve metadata from
 a metadata server.
- 
Constructor SummaryConstructorsConstructorDescriptionDefault constructorOMAGServerClientConfig(OMAGServerClientConfig template) Copy/clone constructor
- 
Method SummaryModifier and TypeMethodDescriptionbooleanValidate that an object is equal depending on their stored values.Return the name of the OMAG server.Return the root URL of the OMAG ServerPlatform.inthashCode()Return a hash code based on the values of this object.voidsetOMAGServerName(String omagServerName) Set up the name of the OMAG server.voidsetOMAGServerPlatformRootURL(String omagServerPlatformRootURL) Set up the root URL of the OMAG Server Platform.toString()Standard toString method.
- 
Constructor Details- 
OMAGServerClientConfigpublic OMAGServerClientConfig()Default constructor
- 
OMAGServerClientConfigCopy/clone constructor- Parameters:
- template- object to copy
 
 
- 
- 
Method Details- 
getOMAGServerPlatformRootURLReturn the root URL of the OMAG ServerPlatform.- Returns:
- string root url
 
- 
setOMAGServerPlatformRootURLSet up the root URL of the OMAG Server Platform.- Parameters:
- omagServerPlatformRootURL- string root url
 
- 
getOMAGServerNameReturn the name of the OMAG server.- Returns:
- string server name
 
- 
setOMAGServerNameSet up the name of the OMAG server.- Parameters:
- omagServerName- string server name
 
- 
toStringStandard toString method.
- 
equalsValidate that an object is equal depending on their stored values.
- 
hashCodepublic int hashCode()Return a hash code based on the values of this object.
 
-