Package com.mypurecloud.sdk.v2.model
Class QueueConversationVideoEventTopicAddress
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationVideoEventTopicAddress
- All Implemented Interfaces:
Serializable
Address and name data for a call endpoint.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddressDisplayable(String addressDisplayable) The displayable address.addressNormalized(String addressNormalized) The normalized address.addressRaw(String addressRaw) The address as close to the bits on the wire as possible.booleangetName()inthashCode()This will be nameRaw if present, or a locality lookup of the address field otherwise.The name as close to the bits on the wire as possible.voidsetAddressDisplayable(String addressDisplayable) voidsetAddressNormalized(String addressNormalized) voidsetAddressRaw(String addressRaw) voidvoidsetNameRaw(String nameRaw) toString()
-
Constructor Details
-
QueueConversationVideoEventTopicAddress
public QueueConversationVideoEventTopicAddress() -
QueueConversationVideoEventTopicAddress
-
-
Method Details
-
name
This will be nameRaw if present, or a locality lookup of the address field otherwise. -
getName
-
setName
-
nameRaw
The name as close to the bits on the wire as possible. -
getNameRaw
-
setNameRaw
-
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
-
setAddressNormalized
-
addressRaw
The address as close to the bits on the wire as possible. -
getAddressRaw
-
setAddressRaw
-
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
-
setAddressDisplayable
-
equals
-
hashCode
public int hashCode() -
toString
-