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 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

      public ServerJob avgTime​(java.math.BigDecimal avgTime)
    • getAvgTime

      @Nullable public java.math.BigDecimal getAvgTime()
      Get avgTime
      Returns:
      avgTime
    • setAvgTime

      public void setAvgTime​(java.math.BigDecimal avgTime)
    • jobType

      public ServerJob jobType​(java.lang.String jobType)
    • getJobType

      @Nullable public java.lang.String getJobType()
      Get jobType
      Returns:
      jobType
    • setJobType

      public void setJobType​(java.lang.String jobType)
    • peakTime

      public ServerJob peakTime​(java.math.BigDecimal peakTime)
    • getPeakTime

      @Nullable public java.math.BigDecimal getPeakTime()
      Get peakTime
      Returns:
      peakTime
    • setPeakTime

      public void setPeakTime​(java.math.BigDecimal peakTime)
    • perSecond

      public ServerJob perSecond​(java.math.BigDecimal perSecond)
    • getPerSecond

      @Nullable public java.math.BigDecimal getPerSecond()
      Get perSecond
      Returns:
      perSecond
    • setPerSecond

      public void setPerSecond​(java.math.BigDecimal perSecond)
    • inProgress

      public ServerJob inProgress​(java.math.BigDecimal 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:
      equals in class java.lang.Object
    • hashCode

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

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object