Class SweepProgress

java.lang.Object
com.qtsurfer.api.client.model.SweepProgress

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.14.0") public class SweepProgress extends Object
SweepProgress
  • Field Details

  • Constructor Details

    • SweepProgress

      public SweepProgress()
  • Method Details

    • done

      public SweepProgress done(@Nonnull Long done)
    • getDone

      @Nonnull public Long getDone()
      Get done
      Returns:
      done
    • setDone

      public void setDone(@Nonnull Long done)
    • total

      public SweepProgress total(@Nonnull Integer total)
    • getTotal

      @Nonnull public Integer getTotal()
      Get total
      Returns:
      total
    • setTotal

      public void setTotal(@Nonnull Integer total)
    • aborted

      public SweepProgress aborted(@Nonnull Long aborted)
    • getAborted

      @Nonnull public Long getAborted()
      Get aborted
      Returns:
      aborted
    • setAborted

      public void setAborted(@Nonnull Long aborted)
    • shardCount

      public SweepProgress shardCount(@Nonnull Integer shardCount)
    • getShardCount

      @Nonnull public Integer getShardCount()
      Get shardCount
      Returns:
      shardCount
    • setShardCount

      public void setShardCount(@Nonnull Integer shardCount)
    • pendingShards

      public SweepProgress pendingShards(@Nonnull Integer pendingShards)
    • getPendingShards

      @Nonnull public Integer getPendingShards()
      Get pendingShards
      Returns:
      pendingShards
    • setPendingShards

      public void setPendingShards(@Nonnull Integer pendingShards)
    • equals

      public boolean equals(Object o)
      Return true if this SweepProgress object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string