Package com.mypurecloud.sdk.v2.model
Class EndConsultTransferEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.EndConsultTransferEvent
- All Implemented Interfaces:
Serializable
EndConsultTransferEvent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationbooleaneventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventinthashCode()voidsetConversationId(String conversationId) voidsetEventDateTime(Date eventDateTime) voidsetEventId(String eventId) toString()
-
Constructor Details
-
EndConsultTransferEvent
public EndConsultTransferEvent() -
EndConsultTransferEvent
-
-
Method Details
-
eventId
A unique (V4 UUID) eventId for this event -
getEventId
-
setEventId
-
eventDateTime
A Date Time representing the time this event occurred. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEventDateTime
-
setEventDateTime
-
conversationId
A unique Id (V4 UUID) identifying this conversation -
getConversationId
-
setConversationId
-
equals
-
hashCode
public int hashCode() -
toString
-