Class QueueConversationEventTopicAddress

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

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

    • QueueConversationEventTopicAddress

      public QueueConversationEventTopicAddress()
    • QueueConversationEventTopicAddress

      public QueueConversationEventTopicAddress(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

      public QueueConversationEventTopicAddress nameRaw(String 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 QueueConversationEventTopicAddress 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 QueueConversationEventTopicAddress 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 QueueConversationEventTopicAddress 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