Class ServerServicesStatus

java.lang.Object
org.odpi.openmetadata.adminservices.properties.ServerServicesStatus
All Implemented Interfaces:
Serializable

@Deprecated public class ServerServicesStatus extends Object implements Serializable
Deprecated.
ServerServicesStatus documents the status of a server and the services within it.
See Also:
  • Constructor Details

    • ServerServicesStatus

      public ServerServicesStatus()
      Deprecated.
      Default constructor for Jackson
    • ServerServicesStatus

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

    • getServerName

      public String getServerName()
      Deprecated.
      Return the server name
      Returns:
      String
    • setServerName

      public void setServerName(String serverName)
      Deprecated.
      Set the name of the server
      Parameters:
      serverName - the name of the server
    • getServerType

      public String getServerType()
      Deprecated.
      Return the type of server that is hosting these services.
      Returns:
      string name
    • setServerType

      public void setServerType(String serverType)
      Deprecated.
      Set up the type of server that is hosting these services.
      Parameters:
      serverType - string name
    • setServerActiveStatus

      public void setServerActiveStatus(ServerActiveStatus serverActiveStatus)
      Deprecated.
      Set up the current status of the server.
      Parameters:
      serverActiveStatus - new status
    • getServerActiveStatus

      public ServerActiveStatus getServerActiveStatus()
      Deprecated.
      Return the current status of the server.
      Returns:
      server instance status enum
    • getServices

      public List<OMAGServerServiceStatus> getServices()
      Deprecated.
      Return the services and their status.
      Returns:
      services list
    • setServices

      public void setServices(List<OMAGServerServiceStatus> services)
      Deprecated.
      Set up the services and their status.
      Parameters:
      services - services list
    • toString

      public String toString()
      Deprecated.
      JSON like toString method
      Overrides:
      toString in class Object
      Returns:
      string representing the local variables
    • equals

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