Class OMAGServerStatusResponse

All Implemented Interfaces:
FFDCResponse

@Deprecated public class OMAGServerStatusResponse extends AdminServicesAPIResponse
Deprecated.
ServerListResponse returns the list of servers running in a platform.
  • Constructor Details

    • OMAGServerStatusResponse

      public OMAGServerStatusResponse()
      Deprecated.
      Default constructor
    • OMAGServerStatusResponse

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

    • getServerStatus

      public ServerServicesStatus getServerStatus()
      Deprecated.
      Return the server status structure.
      Returns:
      server status
    • setServerStatus

      public void setServerStatus(ServerServicesStatus serverServicesStatus)
      Deprecated.
      Set up the server status structure.
      Parameters:
      serverServicesStatus - server status
    • toString

      public String toString()
      Deprecated.
      JSON-like toString
      Overrides:
      toString in class AdminServicesAPIResponse
      Returns:
      string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Deprecated.
      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()
      Deprecated.
      Return hash code for this object
      Overrides:
      hashCode in class FFDCResponseBase
      Returns:
      int hash code