Class ServerTypeClassificationSummary

java.lang.Object
org.odpi.openmetadata.adminservices.rest.ServerTypeClassificationSummary

public class ServerTypeClassificationSummary extends Object
ServerTypeClassificationSummary provides an object for returning information about a server type that is configured on an OMAG Server Platform.
  • Constructor Details

    • 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 Details

    • 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 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:
      toString in class Object
      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:
      equals in class Object
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class Object
      Returns:
      int hash code