Class ServerAuthorConfigurationResponse
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorViewOMVSAPIResponse
org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorConfigurationResponse
- All Implemented Interfaces:
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
A server Author response containing an Open Metadata and governance (OMAG) Server configuration
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionorg.odpi.openmetadata.adminservices.configuration.properties.OMAGServerConfigGet the Open Metadata and governance (OMAG) Server configurationvoidsetOmagServerConfig(org.odpi.openmetadata.adminservices.configuration.properties.OMAGServerConfig omagServerConfig) set the Open Metadata and governance (OMAG) Server configurationtoString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
equals, getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, hashCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCode
-
Constructor Details
-
ServerAuthorConfigurationResponse
public ServerAuthorConfigurationResponse()Default constructor -
ServerAuthorConfigurationResponse
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getOmagServerConfig
public org.odpi.openmetadata.adminservices.configuration.properties.OMAGServerConfig getOmagServerConfig()Get the Open Metadata and governance (OMAG) Server configuration- Returns:
- the omag server configuration
-
setOmagServerConfig
public void setOmagServerConfig(org.odpi.openmetadata.adminservices.configuration.properties.OMAGServerConfig omagServerConfig) set the Open Metadata and governance (OMAG) Server configuration- Parameters:
omagServerConfig- the omag server configuration
-
toString
JSON-style toString- Overrides:
toStringin classServerAuthorViewOMVSAPIResponse- Returns:
- return string containing the property names and values
-