Class AudioUpdatedEvent

java.lang.Object
com.mypurecloud.sdk.v2.model.AudioUpdatedEvent
All Implemented Interfaces:
Serializable

public class AudioUpdatedEvent extends Object implements Serializable
AudioUpdatedEvent
See Also:
  • Constructor Details

    • AudioUpdatedEvent

      public AudioUpdatedEvent()
    • AudioUpdatedEvent

      public AudioUpdatedEvent(Boolean initWithEmptyList)
  • Method Details

    • eventId

      public AudioUpdatedEvent eventId(String eventId)
      A unique (V4 UUID) eventId for this event
    • getEventId

      public String getEventId()
    • setEventId

      public void setEventId(String eventId)
    • eventDateTime

      public AudioUpdatedEvent eventDateTime(Date 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

      public Date getEventDateTime()
    • setEventDateTime

      public void setEventDateTime(Date eventDateTime)
    • conversationId

      public AudioUpdatedEvent conversationId(String conversationId)
      A unique Id (V4 UUID) identifying this conversation
    • getConversationId

      public String getConversationId()
    • setConversationId

      public void setConversationId(String conversationId)
    • communicationId

      public AudioUpdatedEvent communicationId(String communicationId)
      A unique Id (V4 UUID) identifying this communication
    • getCommunicationId

      public String getCommunicationId()
    • setCommunicationId

      public void setCommunicationId(String communicationId)
    • audioState

      public AudioUpdatedEvent audioState(AudioState audioState)
      The updated audioState for the target communication.
    • getAudioState

      public AudioState getAudioState()
    • setAudioState

      public void setAudioState(AudioState audioState)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object