Class ServerTypeClassificationSummary
java.lang.Object
org.odpi.openmetadata.adminservices.rest.ServerTypeClassificationSummary
ServerTypeClassificationSummary provides an object for returning information about a
server type that is configured on an OMAG Server Platform.
-
Constructor Summary
ConstructorDescriptionDefault constructorServerTypeClassificationSummary
(ServerTypeClassification enumClassification) Enum constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the description of the supertype (if any)Return the description of this server type.Return the default name for this server type.Return the URL for the wiki page describing this server type.int
hashCode()
Return hash code for this objectvoid
setServerSuperType
(ServerTypeClassificationSummary serverSuperType) Set up 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 typevoid
setServerTypeWiki
(String serverTypeWiki) Set up the URL for the wiki page describing this server type.toString()
JSON-style toString
-
Constructor Details
-
ServerTypeClassificationSummary
public ServerTypeClassificationSummary()Default constructor -
ServerTypeClassificationSummary
Copy/clone constructor- Parameters:
template
- object to copy
-
ServerTypeClassificationSummary
Enum constructor- Parameters:
enumClassification
- object to copy
-
-
Method Details
-
getServerTypeName
Return the default name for this server type.- Returns:
- String default name
-
setServerTypeName
Set up the default name for this server type- Parameters:
serverTypeName
- name
-
getServerTypeDescription
Return the description of this server type.- Returns:
- text description
-
setServerTypeDescription
Set up the description of this server type.- Parameters:
serverTypeDescription
- text description
-
getServerSuperType
Return the description of the supertype (if any)- Returns:
- classification summary or null
-
setServerSuperType
Set up the description of the supertype (if any).- Parameters:
serverSuperType
- classification summary or null
-
getServerTypeWiki
Return the URL for the wiki page describing this server type.- Returns:
- String URL name for the wiki page
-
setServerTypeWiki
Set up the URL for the wiki page describing this server type.- Parameters:
serverTypeWiki
- URL
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-