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

      public ServerLoad jobType​(java.util.List<ServerJob> jobType)
    • addJobTypeItem

      public ServerLoad addJobTypeItem​(ServerJob jobTypeItem)
    • getJobType

      @Nullable public java.util.List<ServerJob> getJobType()
      Get jobType
      Returns:
      jobType
    • setJobType

      public void setJobType​(java.util.List<ServerJob> jobType)
    • threads

      public ServerLoad threads​(java.math.BigDecimal 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:
      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