Package com.mypurecloud.sdk.v2.model
Class SessionInfo
java.lang.Object
com.mypurecloud.sdk.v2.model.SessionInfo
- All Implemented Interfaces:
Serializable
SessionInfo
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbusinessUnitId(String businessUnitId) Business unit ID of the continuous forecast sessiondateOfSession(Date dateOfSession) Date and Time of the Session.booleaninthashCode()planningGroupsVersion(Integer planningGroupsVersion) Version of the planning groupsSession ID of the continuous forecast sessionvoidsetBusinessUnitId(String businessUnitId) voidsetDateOfSession(Date dateOfSession) voidsetPlanningGroupsVersion(Integer planningGroupsVersion) voidsetSessionId(String sessionId) voidsetVersion(Integer version) toString()Version of the continuous forecast session
-
Constructor Details
-
SessionInfo
public SessionInfo() -
SessionInfo
-
-
Method Details
-
version
Version of the continuous forecast session -
getVersion
-
setVersion
-
sessionId
Session ID of the continuous forecast session -
getSessionId
-
setSessionId
-
businessUnitId
Business unit ID of the continuous forecast session -
getBusinessUnitId
-
setBusinessUnitId
-
planningGroupsVersion
Version of the planning groups -
getPlanningGroupsVersion
-
setPlanningGroupsVersion
-
dateOfSession
Date and Time of the Session. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateOfSession
-
setDateOfSession
-
equals
-
hashCode
public int hashCode() -
toString
-