Class ServerPropertiesRequestBody
java.lang.Object
org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
org.odpi.openmetadata.adminservices.configuration.properties.BasicServerProperties
org.odpi.openmetadata.adminservices.rest.ServerPropertiesRequestBody
ServerPropertiesRequestBody is the request body to add the basic server properties to an OMAG Server's configuration document.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.adminservices.configuration.properties.BasicServerProperties
defaultLocalServerType, defaultMaxPageSize -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Copy/clone constructor. -
Method Summary
Methods inherited from class org.odpi.openmetadata.adminservices.configuration.properties.BasicServerProperties
equals, getLocalServerDescription, getLocalServerType, getLocalServerURL, getLocalServerUserId, getMaxPageSize, getOrganizationName, getSecretsStoreCollection, getSecretsStoreLocation, getSecretsStoreProvider, hashCode, setLocalServerDescription, setLocalServerType, setLocalServerURL, setLocalServerUserId, setMaxPageSize, setOrganizationName, setSecretsStoreCollection, setSecretsStoreLocation, setSecretsStoreProvider
-
Constructor Details
-
ServerPropertiesRequestBody
public ServerPropertiesRequestBody()Default constructor. -
ServerPropertiesRequestBody
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Details
-
toString
Standard toString method.- Overrides:
toStringin classBasicServerProperties- Returns:
- JSON style description of variables.
-