Class DinoServerTypeResponse
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.DinoServerTypeResponse
- All Implemented Interfaces:
FFDCResponse
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorDinoServerTypeResponse
(DinoServerTypeResponse template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionReturn the serverTypeDescription.Return the serverTypeName.void
setServerTypeDescription
(String serverTypeDescription) Set the serverTypeDescription.void
setServerTypeName
(String serverTypeName) Set the serverTypeName.toString()
JSON-style toStringMethods 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 Details
-
DinoServerTypeResponse
public DinoServerTypeResponse()Default constructor -
DinoServerTypeResponse
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getServerTypeName
Return the serverTypeName.- Returns:
- string
-
setServerTypeName
Set the serverTypeName.- Parameters:
serverTypeName
- - string
-
getServerTypeDescription
Return the serverTypeDescription.- Returns:
- string
-
setServerTypeDescription
Set the serverTypeDescription.- Parameters:
serverTypeDescription
- - string
-
toString
JSON-style toString- Overrides:
toString
in classDinoViewOMVSAPIResponse
- Returns:
- return string containing the property names and values
-