Package com.mypurecloud.sdk.v2.model
Class QueueConversationVideoEventTopicTransferDestination
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationVideoEventTopicTransferDestination
- All Implemented Interfaces:
Serializable
public class QueueConversationVideoEventTopicTransferDestination
extends Object
implements Serializable
Fields identifying the destination of a given conversation command.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueueConversationVideoEventTopicTransferDestination(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionThe destination address if the command destination is an endpoint.booleaninthashCode()voidsetAddress(String address) voidtoString()The id of the user if the command destination is a user.
-
Constructor Details
-
QueueConversationVideoEventTopicTransferDestination
public QueueConversationVideoEventTopicTransferDestination() -
QueueConversationVideoEventTopicTransferDestination
-
-
Method Details
-
userId
The id of the user if the command destination is a user. -
getUserId
-
setUserId
-
address
The destination address if the command destination is an endpoint. -
getAddress
-
setAddress
-
equals
-
hashCode
public int hashCode() -
toString
-