Class CommunicationAnsweredEvent

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

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

    • CommunicationAnsweredEvent

      public CommunicationAnsweredEvent()
    • CommunicationAnsweredEvent

      public CommunicationAnsweredEvent(Boolean initWithEmptyList)
  • Method Details

    • eventId

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

      public String getEventId()
    • setEventId

      public void setEventId(String eventId)
    • eventDateTime

      public CommunicationAnsweredEvent 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 CommunicationAnsweredEvent conversationId(String conversationId)
      A unique Id (V4 UUID) identifying this conversation
    • getConversationId

      public String getConversationId()
    • setConversationId

      public void setConversationId(String conversationId)
    • communicationId

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

      public String getCommunicationId()
    • setCommunicationId

      public void setCommunicationId(String communicationId)
    • 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