Package com.mypurecloud.sdk.v2.model
Class SessionLastEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.SessionLastEvent
- All Implemented Interfaces:
Serializable
SessionLastEvent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedDate(Date createdDate) Timestamp indicating when the event was published.booleanThe name of the event.getId()inthashCode()The ID of the last event.voidsetCreatedDate(Date createdDate) voidsetEventName(String eventName) voidtoString()
-
Constructor Details
-
SessionLastEvent
public SessionLastEvent() -
SessionLastEvent
-
-
Method Details
-
id
The ID of the last event. -
getId
-
setId
-
eventName
The name of the event. -
getEventName
-
setEventName
-
createdDate
Timestamp indicating when the event was published. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getCreatedDate
-
setCreatedDate
-
equals
-
hashCode
public int hashCode() -
toString
-