Package com.mypurecloud.sdk.v2.model
Class ContinuousForecastSessionResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ContinuousForecastSessionResponse
- All Implemented Interfaces:
Serializable
ContinuousForecastSessionResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumState of the requested session -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfiles(SessionFiles files) Link to the files containing data for requested sessiongetFiles()getState()inthashCode()Session ID of the continuous forecast datavoidsetFiles(SessionFiles files) voidsetSessionId(String sessionId) voidState of the requested sessiontoString()
-
Constructor Details
-
ContinuousForecastSessionResponse
public ContinuousForecastSessionResponse() -
ContinuousForecastSessionResponse
-
-
Method Details
-
sessionId
Session ID of the continuous forecast data -
getSessionId
-
setSessionId
-
state
State of the requested session -
getState
-
setState
-
files
Link to the files containing data for requested session -
getFiles
-
setFiles
-
equals
-
hashCode
public int hashCode() -
toString
-