Package com.mypurecloud.sdk.v2.model
Class SnapshotInfo
java.lang.Object
com.mypurecloud.sdk.v2.model.SnapshotInfo
- All Implemented Interfaces:
Serializable
SnapshotInfo
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbusinessUnitId(String businessUnitId) Business unit ID of the continuous forecast sessiondateSnapshot(Date dateSnapshot) Date of snapshot generation.booleaninthashCode()planningGroupsVersion(Integer planningGroupsVersion) Version of the planning groupsvoidsetBusinessUnitId(String businessUnitId) voidsetDateSnapshot(Date dateSnapshot) voidsetPlanningGroupsVersion(Integer planningGroupsVersion) voidsetSnapshotId(String snapshotId) voidsetVersion(Integer version) snapshotId(String snapshotId) Snapshot Id of the continuous forecast sessiontoString()Version of the snapshot
-
Constructor Details
-
SnapshotInfo
public SnapshotInfo() -
SnapshotInfo
-
-
Method Details
-
version
Version of the snapshot -
getVersion
-
setVersion
-
snapshotId
Snapshot Id of the continuous forecast session -
getSnapshotId
-
setSnapshotId
-
dateSnapshot
Date of snapshot generation. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateSnapshot
-
setDateSnapshot
-
businessUnitId
Business unit ID of the continuous forecast session -
getBusinessUnitId
-
setBusinessUnitId
-
planningGroupsVersion
Version of the planning groups -
getPlanningGroupsVersion
-
setPlanningGroupsVersion
-
equals
-
hashCode
public int hashCode() -
toString
-