Class HeadcountInterval

java.lang.Object
com.mypurecloud.sdk.v2.model.HeadcountInterval
All Implemented Interfaces:
Serializable

public class HeadcountInterval extends Object implements Serializable
HeadcountInterval
See Also:
  • Constructor Details

    • HeadcountInterval

      public HeadcountInterval()
    • HeadcountInterval

      public HeadcountInterval(Boolean initWithEmptyList)
  • Method Details

    • interval

      public HeadcountInterval interval(Date interval)
      The start date-time for this headcount interval in ISO-8601 format, must be within the 8 day schedule
    • getInterval

      public Date getInterval()
    • setInterval

      public void setInterval(Date interval)
    • value

      public HeadcountInterval value(Double value)
      Headcount value for this interval
    • getValue

      public Double getValue()
    • setValue

      public void setValue(Double value)
    • 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