Package com.seeq.model
Class ServerLoadOutputV1
java.lang.Object
com.seeq.model.ServerLoadOutputV1
ServerLoadOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
A human readable description of what is most causing the server load.A rough percentage of load that the server is experiencing, where 0.0 is entirely unloaded and 1.0 is entirely busy.int
hashCode()
loadPercentage
(Double loadPercentage) void
setDescription
(String description) void
setLoadPercentage
(Double loadPercentage) toString()
-
Constructor Details
-
ServerLoadOutputV1
public ServerLoadOutputV1()
-
-
Method Details
-
description
-
getDescription
A human readable description of what is most causing the server load.- Returns:
- description
-
setDescription
-
loadPercentage
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-