Class QueueConversationVideoEventTopicAddress

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

public class QueueConversationVideoEventTopicAddress extends Object implements Serializable
Address and name data for a call endpoint.
See Also:
  • Constructor Details

    • QueueConversationVideoEventTopicAddress

      public QueueConversationVideoEventTopicAddress()
    • QueueConversationVideoEventTopicAddress

      public QueueConversationVideoEventTopicAddress(Boolean initWithEmptyList)
  • Method Details

    • name

      This will be nameRaw if present, or a locality lookup of the address field otherwise.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • nameRaw

      The name as close to the bits on the wire as possible.
    • getNameRaw

      public String getNameRaw()
    • setNameRaw

      public void setNameRaw(String nameRaw)
    • addressNormalized

      public QueueConversationVideoEventTopicAddress addressNormalized(String addressNormalized)
      The normalized address. This field is acquired from the Address Normalization Table. The addressRaw could have gone through some transformations, such as only using the numeric portion, before being run through the Address Normalization Table.
    • getAddressNormalized

      public String getAddressNormalized()
    • setAddressNormalized

      public void setAddressNormalized(String addressNormalized)
    • addressRaw

      public QueueConversationVideoEventTopicAddress addressRaw(String addressRaw)
      The address as close to the bits on the wire as possible.
    • getAddressRaw

      public String getAddressRaw()
    • setAddressRaw

      public void setAddressRaw(String addressRaw)
    • addressDisplayable

      public QueueConversationVideoEventTopicAddress addressDisplayable(String addressDisplayable)
      The displayable address. This field is acquired from the Address Normalization Table. The addressRaw could have gone through some transformations, such as only using the numeric portion, before being run through the Address Normalization Table.
    • getAddressDisplayable

      public String getAddressDisplayable()
    • setAddressDisplayable

      public void setAddressDisplayable(String addressDisplayable)
    • 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