Package com.mypurecloud.sdk.v2.model
Class PhoneEstablishedEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.PhoneEstablishedEvent
- All Implemented Interfaces:
Serializable
PhoneEstablishedEvent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe automatic number identification if it is available for this conversation.communicationId(String communicationId) A unique Id (V4 UUID) identifying this communicationconversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationThe dialed number identification if it is available for this conversation.booleaneventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventgetAni()getDnis()inthashCode()initialConfiguration(InitialConfiguration initialConfiguration) Metadata about this communication.phoneNumber(String phoneNumber) The phone number for this phone.voidvoidsetCommunicationId(String communicationId) voidsetConversationId(String conversationId) voidvoidsetEventDateTime(Date eventDateTime) voidsetEventId(String eventId) voidsetInitialConfiguration(InitialConfiguration initialConfiguration) voidsetPhoneNumber(String phoneNumber) voidsetSourceConfiguration(SourceConfiguration sourceConfiguration) sourceConfiguration(SourceConfiguration sourceConfiguration) Metadata about the source of this communication's interaction.toString()
-
Constructor Details
-
PhoneEstablishedEvent
public PhoneEstablishedEvent() -
PhoneEstablishedEvent
-
-
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
-
communicationId
A unique Id (V4 UUID) identifying this communication -
getCommunicationId
-
setCommunicationId
-
phoneNumber
The phone number for this phone. -
getPhoneNumber
-
setPhoneNumber
-
ani
The automatic number identification if it is available for this conversation. -
getAni
-
setAni
-
dnis
The dialed number identification if it is available for this conversation. -
getDnis
-
setDnis
-
initialConfiguration
Metadata about this communication. -
getInitialConfiguration
-
setInitialConfiguration
-
sourceConfiguration
Metadata about the source of this communication's interaction. -
getSourceConfiguration
-
setSourceConfiguration
-
equals
-
hashCode
public int hashCode() -
toString
-