Class DinoServerDoubleConfigResponse
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- org.odpi.openmetadata.viewservices.dino.api.rest.DinoViewOMVSAPIResponse
-
- org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerDoubleConfigResponse
-
- All Implemented Interfaces:
Serializable,FFDCResponse
public class DinoServerDoubleConfigResponse extends DinoViewOMVSAPIResponse
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DinoServerDoubleConfigResponse()Default constructorDinoServerDoubleConfigResponse(DinoServerDoubleConfigResponse template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OMAGServerConfiggetActiveConfig()Return the activeConfig.OMAGServerConfiggetStoredConfig()Return the serverConfig.voidsetActiveConfig(OMAGServerConfig activeConfig)Set the string.voidsetStoredConfig(OMAGServerConfig storedConfig)Set the string.StringtoString()JSON-style toString-
Methods inherited from class org.odpi.openmetadata.viewservices.dino.api.rest.DinoViewOMVSAPIResponse
getRequestSummary, setRequestSummary
-
Methods 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 Detail
-
DinoServerDoubleConfigResponse
public DinoServerDoubleConfigResponse()
Default constructor
-
DinoServerDoubleConfigResponse
public DinoServerDoubleConfigResponse(DinoServerDoubleConfigResponse template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getStoredConfig
public OMAGServerConfig getStoredConfig()
Return the serverConfig.- Returns:
- bean - serverConfig
-
setStoredConfig
public void setStoredConfig(OMAGServerConfig storedConfig)
Set the string.- Parameters:
storedConfig- - bean
-
getActiveConfig
public OMAGServerConfig getActiveConfig()
Return the activeConfig.- Returns:
- bean - serverConfig
-
setActiveConfig
public void setActiveConfig(OMAGServerConfig activeConfig)
Set the string.- Parameters:
activeConfig- - bean
-
toString
public String toString()
JSON-style toString- Overrides:
toStringin classDinoViewOMVSAPIResponse- Returns:
- return string containing the property names and values
-
-