Class ProgressInformationOutputV1

java.lang.Object
com.seeq.model.ProgressInformationOutputV1

public class ProgressInformationOutputV1 extends Object
Progress of this request
  • Constructor Details

    • ProgressInformationOutputV1

      public ProgressInformationOutputV1()
  • Method Details

    • completedCount

      public ProgressInformationOutputV1 completedCount(Long completedCount)
    • getCompletedCount

      public Long getCompletedCount()
      Get completedCount
      Returns:
      completedCount
    • setCompletedCount

      public void setCompletedCount(Long completedCount)
    • totalCount

      public ProgressInformationOutputV1 totalCount(Long totalCount)
    • getTotalCount

      public Long getTotalCount()
      Get totalCount
      Returns:
      totalCount
    • setTotalCount

      public void setTotalCount(Long totalCount)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object