Package com.mypurecloud.sdk.v2.model
Class ActionEventRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.ActionEventRequest
- All Implemented Interfaces:
Serializable
ActionEventRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumState the action is transitioning to. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUUID for the action, as returned by the Ping endpoint when the action was qualified.actionState(ActionEventRequest.ActionStateEnum actionState) State the action is transitioning to.booleanClient defined error code (when state transitions to errored)errorMessage(String errorMessage) Message of the error returned when the action fails (when state transitions to errored)getId()inthashCode()UUID of the customer session for this action.voidsetActionId(String actionId) voidsetActionState(ActionEventRequest.ActionStateEnum actionState) voidsetErrorCode(String errorCode) voidsetErrorMessage(String errorMessage) voidsetSessionId(String sessionId) toString()
-
Constructor Details
-
ActionEventRequest
public ActionEventRequest() -
ActionEventRequest
-
-
Method Details
-
getId
-
sessionId
UUID of the customer session for this action. -
getSessionId
-
setSessionId
-
actionId
UUID for the action, as returned by the Ping endpoint when the action was qualified. -
getActionId
-
setActionId
-
actionState
State the action is transitioning to. -
getActionState
-
setActionState
-
errorCode
Client defined error code (when state transitions to errored) -
getErrorCode
-
setErrorCode
-
errorMessage
Message of the error returned when the action fails (when state transitions to errored) -
getErrorMessage
-
setErrorMessage
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-