Class ServerTypeClassificationSummary
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- org.odpi.openmetadata.adminservices.rest.AdminServicesAPIResponse
-
- org.odpi.openmetadata.adminservices.rest.ServerTypeClassificationSummary
-
- All Implemented Interfaces:
Serializable,FFDCResponse
public class ServerTypeClassificationSummary extends AdminServicesAPIResponse
ServerTypeClassificationSummary provides an object for returning information about a server type that is configured on an OMAG Server Platform.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerTypeClassificationSummary()Default constructorServerTypeClassificationSummary(ServerTypeClassification enumClassification)Enum constructorServerTypeClassificationSummary(ServerTypeClassificationSummary template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Return comparison result based on the content of the properties.ServerTypeClassificationSummarygetServerSuperType()Return the description of the supertype (if any)StringgetServerTypeDescription()Return the description of this server type.StringgetServerTypeName()Return the default name for this server type.StringgetServerTypeWiki()Return the URL for the wiki page describing this server type.inthashCode()Return hash code for this objectvoidsetServerSuperType(ServerTypeClassificationSummary serverSuperType)Set up the the description of the supertype (if any).voidsetServerTypeDescription(String serverTypeDescription)Set up the description of this server type.voidsetServerTypeName(String serverTypeName)Set up the default name for this server typevoidsetServerTypeWiki(String serverTypeWiki)Set up the URL for the wiki page describing this server type.StringtoString()JSON-style toString-
Methods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCode
-
-
-
-
Constructor Detail
-
ServerTypeClassificationSummary
public ServerTypeClassificationSummary()
Default constructor
-
ServerTypeClassificationSummary
public ServerTypeClassificationSummary(ServerTypeClassificationSummary template)
Copy/clone constructor- Parameters:
template- object to copy
-
ServerTypeClassificationSummary
public ServerTypeClassificationSummary(ServerTypeClassification enumClassification)
Enum constructor- Parameters:
enumClassification- object to copy
-
-
Method Detail
-
getServerTypeName
public String getServerTypeName()
Return the default name for this server type.- Returns:
- String default name
-
setServerTypeName
public void setServerTypeName(String serverTypeName)
Set up the default name for this server type- Parameters:
serverTypeName- name
-
getServerTypeDescription
public String getServerTypeDescription()
Return the description of this server type.- Returns:
- text description
-
setServerTypeDescription
public void setServerTypeDescription(String serverTypeDescription)
Set up the description of this server type.- Parameters:
serverTypeDescription- text description
-
getServerSuperType
public ServerTypeClassificationSummary getServerSuperType()
Return the description of the supertype (if any)- Returns:
- classification summary or null
-
setServerSuperType
public void setServerSuperType(ServerTypeClassificationSummary serverSuperType)
Set up the the description of the supertype (if any).- Parameters:
serverSuperType- classification summary or null
-
getServerTypeWiki
public String getServerTypeWiki()
Return the URL for the wiki page describing this server type.- Returns:
- String URL name for the wiki page
-
setServerTypeWiki
public void setServerTypeWiki(String serverTypeWiki)
Set up the URL for the wiki page describing this server type.- Parameters:
serverTypeWiki- URL
-
toString
public String toString()
JSON-style toString- Overrides:
toStringin classAdminServicesAPIResponse- Returns:
- return string containing the property names and values
-
equals
public boolean equals(Object objectToCompare)
Return comparison result based on the content of the properties.- Overrides:
equalsin classFFDCResponseBase- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()
Return hash code for this object- Overrides:
hashCodein classFFDCResponseBase- Returns:
- int hash code
-
-