Package com.mypurecloud.sdk.v2.model
Class ContinuousForecastGetSessionResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ContinuousForecastGetSessionResponse
- All Implemented Interfaces:
Serializable
ContinuousForecastGetSessionResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumState of the latest session -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanFailed session error codegetState()inthashCode()lastSuccessfulSessionId(String lastSuccessfulSessionId) Last successful session ID of the business unitretrainInProgress(Boolean retrainInProgress) True if a model retrain is currently running for the organization, false if notLatest session ID of the business unitvoidsetErrorCode(String errorCode) voidsetLastSuccessfulSessionId(String lastSuccessfulSessionId) voidsetRetrainInProgress(Boolean retrainInProgress) voidsetSessionId(String sessionId) voidState of the latest sessiontoString()
-
Constructor Details
-
ContinuousForecastGetSessionResponse
public ContinuousForecastGetSessionResponse() -
ContinuousForecastGetSessionResponse
-
-
Method Details
-
sessionId
Latest session ID of the business unit -
getSessionId
-
setSessionId
-
lastSuccessfulSessionId
Last successful session ID of the business unit -
getLastSuccessfulSessionId
-
setLastSuccessfulSessionId
-
state
public ContinuousForecastGetSessionResponse state(ContinuousForecastGetSessionResponse.StateEnum state) State of the latest session -
getState
-
setState
-
errorCode
Failed session error code -
getErrorCode
-
setErrorCode
-
retrainInProgress
True if a model retrain is currently running for the organization, false if not -
getRetrainInProgress
-
setRetrainInProgress
-
equals
-
hashCode
public int hashCode() -
toString
-