Package com.mypurecloud.sdk.v2.model
Class SessionEndDetails
java.lang.Object
com.mypurecloud.sdk.v2.model.SessionEndDetails
- All Implemented Interfaces:
Serializable
SessionEndDetails
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of termination handling that resulted in the session end. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SessionEndDetails
public SessionEndDetails() -
SessionEndDetails
-
-
Method Details
-
type
The type of termination handling that resulted in the session end. It can be either Exit or Disconnect -
getType
-
setType
-
reason
The reason for termination action. It can be due to an error or normal flow execution -
getReason
-
setReason
-
equals
-
hashCode
public int hashCode() -
toString
-