Class QueueConversationSocialExpressionEventTopicAddress

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

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

    • QueueConversationSocialExpressionEventTopicAddress

      public QueueConversationSocialExpressionEventTopicAddress()
    • QueueConversationSocialExpressionEventTopicAddress

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

      The address as close to the bits on the wire as possible.
    • getAddressRaw

      public String getAddressRaw()
    • setAddressRaw

      public void setAddressRaw(String addressRaw)
    • addressDisplayable

      public QueueConversationSocialExpressionEventTopicAddress 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