public class ServerTypeClassificationSummary extends AdminServicesAPIResponse
| Constructor and Description |
|---|
ServerTypeClassificationSummary()
Default constructor
|
ServerTypeClassificationSummary(ServerTypeClassification enumClassification)
Enum constructor
|
ServerTypeClassificationSummary(ServerTypeClassificationSummary 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 |
getServerSuperType()
Return the description of the supertype (if any)
|
String |
getServerTypeDescription()
Return the description of this server type.
|
String |
getServerTypeName()
Return the default name for this server type.
|
String |
getServerTypeWiki()
Return the URL for the wiki page describing this server type.
|
int |
hashCode()
Return hash code for this object
|
void |
setServerSuperType(ServerTypeClassificationSummary serverSuperType)
Set up the the description of the supertype (if any).
|
void |
setServerTypeDescription(String serverTypeDescription)
Set up the description of this server type.
|
void |
setServerTypeName(String serverTypeName)
Set up the default name for this server type
|
void |
setServerTypeWiki(String serverTypeWiki)
Set up the URL for the wiki page describing this server type.
|
String |
toString()
JSON-style toString
|
getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic ServerTypeClassificationSummary()
public ServerTypeClassificationSummary(ServerTypeClassificationSummary template)
template - object to copypublic ServerTypeClassificationSummary(ServerTypeClassification enumClassification)
enumClassification - object to copypublic String getServerTypeName()
public void setServerTypeName(String serverTypeName)
serverTypeName - namepublic String getServerTypeDescription()
public void setServerTypeDescription(String serverTypeDescription)
serverTypeDescription - text descriptionpublic ServerTypeClassificationSummary getServerSuperType()
public void setServerSuperType(ServerTypeClassificationSummary serverSuperType)
serverSuperType - classification summary or nullpublic String getServerTypeWiki()
public void setServerTypeWiki(String serverTypeWiki)
serverTypeWiki - URLpublic 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.