public class ServerTypeClassificationResponse extends AdminServicesAPIResponse
| Constructor and Description |
|---|
ServerTypeClassificationResponse()
Default constructor
|
ServerTypeClassificationResponse(ServerTypeClassificationResponse template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
ServerTypeClassificationSummary |
getServerTypeClassification()
Return the classification for this server type.
|
int |
hashCode()
Return hash code for this object
|
void |
setServerTypeClassification(ServerTypeClassificationSummary serverTypeClassification)
Set up the classification for this server type.
|
String |
toString()
JSON-style toString
|
getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic ServerTypeClassificationResponse()
public ServerTypeClassificationResponse(ServerTypeClassificationResponse template)
template - object to copypublic ServerTypeClassificationSummary getServerTypeClassification()
public void setServerTypeClassification(ServerTypeClassificationSummary serverTypeClassification)
serverTypeClassification - server type classification structurepublic String toString()
toString in class AdminServicesAPIResponsepublic boolean equals(Object objectToCompare)
equals in class FFDCResponseBaseobjectToCompare - test objectpublic int hashCode()
hashCode in class FFDCResponseBaseCopyright © 2018–2020 ODPi. All rights reserved.