Class ServerTypeClassificationResponse

All Implemented Interfaces:
FFDCResponse

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

    • ServerTypeClassificationResponse

      public ServerTypeClassificationResponse()
      Default constructor
    • ServerTypeClassificationResponse

      public ServerTypeClassificationResponse(ServerTypeClassificationResponse template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getServerTypeClassification

      public ServerTypeClassificationSummary getServerTypeClassification()
      Return the classification for this server type.
      Returns:
      server type classification structure
    • setServerTypeClassification

      public void setServerTypeClassification(ServerTypeClassificationSummary serverTypeClassification)
      Set up the classification for this server type.
      Parameters:
      serverTypeClassification - server type classification structure
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class AdminServicesAPIResponse
      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 FFDCResponseBase
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

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