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:
Serializable,FFDCResponse
public class DinoServerTypeResponse extends DinoViewOMVSAPIResponse
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DinoServerTypeResponse()Default constructorDinoServerTypeResponse(DinoServerTypeResponse template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetServerTypeDescription()Return the serverTypeDescription.StringgetServerTypeName()Return the serverTypeName.voidsetServerTypeDescription(String serverTypeDescription)Set the serverTypeDescription.voidsetServerTypeName(String serverTypeName)Set the serverTypeName.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
-
DinoServerTypeResponse
public DinoServerTypeResponse()
Default constructor
-
DinoServerTypeResponse
public DinoServerTypeResponse(DinoServerTypeResponse template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getServerTypeName
public String getServerTypeName()
Return the serverTypeName.- Returns:
- string
-
setServerTypeName
public void setServerTypeName(String serverTypeName)
Set the serverTypeName.- Parameters:
serverTypeName- - string
-
getServerTypeDescription
public String getServerTypeDescription()
Return the serverTypeDescription.- Returns:
- string
-
setServerTypeDescription
public void setServerTypeDescription(String serverTypeDescription)
Set the serverTypeDescription.- Parameters:
serverTypeDescription- - string
-
toString
public String toString()
JSON-style toString- Overrides:
toStringin classDinoViewOMVSAPIResponse- Returns:
- return string containing the property names and values
-
-