Class ServerLoad
java.lang.Object
app.keyconnect.rippled.api.client.model.ServerLoad
- All Implemented Interfaces:
java.io.Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ServerLoad
extends java.lang.Object
implements java.io.Serializable
ServerLoad
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_JOB_TYPEstatic java.lang.StringJSON_PROPERTY_THREADS -
Constructor Summary
Constructors Constructor Description ServerLoad() -
Method Summary
Modifier and Type Method Description ServerLoadaddJobTypeItem(ServerJob jobTypeItem)booleanequals(java.lang.Object o)java.util.List<ServerJob>getJobType()Get jobTypejava.math.BigDecimalgetThreads()Get threadsinthashCode()ServerLoadjobType(java.util.List<ServerJob> jobType)voidsetJobType(java.util.List<ServerJob> jobType)voidsetThreads(java.math.BigDecimal threads)ServerLoadthreads(java.math.BigDecimal threads)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
JSON_PROPERTY_JOB_TYPE
public static final java.lang.String JSON_PROPERTY_JOB_TYPE- See Also:
- Constant Field Values
-
JSON_PROPERTY_THREADS
public static final java.lang.String JSON_PROPERTY_THREADS- See Also:
- Constant Field Values
-
-
Constructor Details
-
ServerLoad
public ServerLoad()
-
-
Method Details
-
jobType
-
addJobTypeItem
-
getJobType
Get jobType- Returns:
- jobType
-
setJobType
-
threads
-
getThreads
@Nullable public java.math.BigDecimal getThreads()Get threads- Returns:
- threads
-
setThreads
public void setThreads(java.math.BigDecimal threads) -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-