Class SnapshotInfo

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

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

    • SnapshotInfo

      public SnapshotInfo()
    • SnapshotInfo

      public SnapshotInfo(Boolean initWithEmptyList)
  • Method Details

    • version

      public SnapshotInfo version(Integer version)
      Version of the snapshot
    • getVersion

      public Integer getVersion()
    • setVersion

      public void setVersion(Integer version)
    • snapshotId

      public SnapshotInfo snapshotId(String snapshotId)
      Snapshot Id of the continuous forecast session
    • getSnapshotId

      public String getSnapshotId()
    • setSnapshotId

      public void setSnapshotId(String snapshotId)
    • dateSnapshot

      public SnapshotInfo dateSnapshot(Date dateSnapshot)
      Date of snapshot generation. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getDateSnapshot

      public Date getDateSnapshot()
    • setDateSnapshot

      public void setDateSnapshot(Date dateSnapshot)
    • businessUnitId

      public SnapshotInfo businessUnitId(String businessUnitId)
      Business unit ID of the continuous forecast session
    • getBusinessUnitId

      public String getBusinessUnitId()
    • setBusinessUnitId

      public void setBusinessUnitId(String businessUnitId)
    • planningGroupsVersion

      public SnapshotInfo planningGroupsVersion(Integer planningGroupsVersion)
      Version of the planning groups
    • getPlanningGroupsVersion

      public Integer getPlanningGroupsVersion()
    • setPlanningGroupsVersion

      public void setPlanningGroupsVersion(Integer planningGroupsVersion)
    • 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