Package com.mypurecloud.sdk.v2.model
Class AudioUpdatedEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.AudioUpdatedEvent
- All Implemented Interfaces:
Serializable
AudioUpdatedEvent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaudioState(AudioState audioState) The updated audioState for the target communication.communicationId(String communicationId) A unique Id (V4 UUID) identifying this communicationconversationId(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()voidsetAudioState(AudioState audioState) voidsetCommunicationId(String communicationId) voidsetConversationId(String conversationId) voidsetEventDateTime(Date eventDateTime) voidsetEventId(String eventId) toString()
-
Constructor Details
-
AudioUpdatedEvent
public AudioUpdatedEvent() -
AudioUpdatedEvent
-
-
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
-
audioState
The updated audioState for the target communication. -
getAudioState
-
setAudioState
-
equals
-
hashCode
public int hashCode() -
toString
-