Class ServerLoadOutputV1

java.lang.Object
com.seeq.model.ServerLoadOutputV1

public class ServerLoadOutputV1 extends Object
ServerLoadOutputV1
  • Constructor Details

    • ServerLoadOutputV1

      public ServerLoadOutputV1()
  • Method Details

    • description

      public ServerLoadOutputV1 description(String description)
    • getDescription

      public String getDescription()
      A human readable description of what is most causing the server load.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • loadPercentage

      public ServerLoadOutputV1 loadPercentage(Double loadPercentage)
    • getLoadPercentage

      public Double getLoadPercentage()
      A rough percentage of load that the server is experiencing, where 0.0 is entirely unloaded and 1.0 is entirely busy. Note, a load of greater than 1.0 is possible and perhaps normal, but it indicates the server is queuing effort and some users may have a degraded experience.
      Returns:
      loadPercentage
    • setLoadPercentage

      public void setLoadPercentage(Double loadPercentage)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object