Class ServerJob
java.lang.Object
app.keyconnect.rippled.api.client.model.ServerJob
- All Implemented Interfaces:
java.io.Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ServerJob
extends java.lang.Object
implements java.io.Serializable
ServerJob
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_AVG_TIMEstatic java.lang.StringJSON_PROPERTY_IN_PROGRESSstatic java.lang.StringJSON_PROPERTY_JOB_TYPEstatic java.lang.StringJSON_PROPERTY_PEAK_TIMEstatic java.lang.StringJSON_PROPERTY_PER_SECOND -
Constructor Summary
Constructors Constructor Description ServerJob() -
Method Summary
Modifier and Type Method Description ServerJobavgTime(java.math.BigDecimal avgTime)booleanequals(java.lang.Object o)java.math.BigDecimalgetAvgTime()Get avgTimejava.math.BigDecimalgetInProgress()Get inProgressjava.lang.StringgetJobType()Get jobTypejava.math.BigDecimalgetPeakTime()Get peakTimejava.math.BigDecimalgetPerSecond()Get perSecondinthashCode()ServerJobinProgress(java.math.BigDecimal inProgress)ServerJobjobType(java.lang.String jobType)ServerJobpeakTime(java.math.BigDecimal peakTime)ServerJobperSecond(java.math.BigDecimal perSecond)voidsetAvgTime(java.math.BigDecimal avgTime)voidsetInProgress(java.math.BigDecimal inProgress)voidsetJobType(java.lang.String jobType)voidsetPeakTime(java.math.BigDecimal peakTime)voidsetPerSecond(java.math.BigDecimal perSecond)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
JSON_PROPERTY_AVG_TIME
public static final java.lang.String JSON_PROPERTY_AVG_TIME- See Also:
- Constant Field Values
-
JSON_PROPERTY_JOB_TYPE
public static final java.lang.String JSON_PROPERTY_JOB_TYPE- See Also:
- Constant Field Values
-
JSON_PROPERTY_PEAK_TIME
public static final java.lang.String JSON_PROPERTY_PEAK_TIME- See Also:
- Constant Field Values
-
JSON_PROPERTY_PER_SECOND
public static final java.lang.String JSON_PROPERTY_PER_SECOND- See Also:
- Constant Field Values
-
JSON_PROPERTY_IN_PROGRESS
public static final java.lang.String JSON_PROPERTY_IN_PROGRESS- See Also:
- Constant Field Values
-
-
Constructor Details
-
ServerJob
public ServerJob()
-
-
Method Details
-
avgTime
-
getAvgTime
@Nullable public java.math.BigDecimal getAvgTime()Get avgTime- Returns:
- avgTime
-
setAvgTime
public void setAvgTime(java.math.BigDecimal avgTime) -
jobType
-
getJobType
@Nullable public java.lang.String getJobType()Get jobType- Returns:
- jobType
-
setJobType
public void setJobType(java.lang.String jobType) -
peakTime
-
getPeakTime
@Nullable public java.math.BigDecimal getPeakTime()Get peakTime- Returns:
- peakTime
-
setPeakTime
public void setPeakTime(java.math.BigDecimal peakTime) -
perSecond
-
getPerSecond
@Nullable public java.math.BigDecimal getPerSecond()Get perSecond- Returns:
- perSecond
-
setPerSecond
public void setPerSecond(java.math.BigDecimal perSecond) -
inProgress
-
getInProgress
@Nullable public java.math.BigDecimal getInProgress()Get inProgress- Returns:
- inProgress
-
setInProgress
public void setInProgress(java.math.BigDecimal inProgress) -
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
-