ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:03.098-07:00") public abstract class RequestUnsubscribe extends Message
Modifier and Type | Method | Description |
---|---|---|
static RequestUnsubscribe |
create() |
Creates instance of RequestUnsubscribe with no parameters set.
|
static RequestUnsubscribe |
create(KeyValueCollection psTopicList) |
Creates instance of RequestUnsubscribe with required parameters set.
|
static RequestUnsubscribe |
create(java.lang.Integer proxyClientId,
KeyValueCollection extension,
KeyValueCollection psTopicList) |
Creates instance of RequestUnsubscribe with all parameters set.
|
abstract KeyValueCollection |
getExtension() |
A key-value list of extensions.
|
abstract java.lang.Integer |
getProxyClientId() |
Proxy client identifier.
|
abstract KeyValueCollection |
getPsTopicList() |
List of topics.
|
abstract java.lang.Integer |
getReferenceId() |
Reference identifier of the request.
|
abstract void |
setExtension(KeyValueCollection extension) |
A key-value list of extensions.
|
abstract void |
setProxyClientId(int proxyClientId) |
Proxy client identifier.
|
abstract void |
setProxyClientId(java.lang.Integer proxyClientId) |
Proxy client identifier.
|
abstract void |
setPsTopicList(KeyValueCollection psTopicList) |
List of topics.
|
abstract void |
setReferenceId(int referenceId) |
Reference identifier of the request.
|
abstract void |
setReferenceId(java.lang.Integer referenceId) |
Reference identifier of the request.
|
equals, hashCode, toString, toString
cloneMessage, getEndpoint, getMessageAttribute, getProtocolDescription, getProtocolId, messageId, messageName, setProtocolDescription
public static final int ID
public static final java.lang.String NAME
public static RequestUnsubscribe create()
public static RequestUnsubscribe create(java.lang.Integer proxyClientId, KeyValueCollection extension, KeyValueCollection psTopicList)
proxyClientId
- The identifier of the client of proxy.extension
- Extensions.psTopicList
- List of topics. Each key in the list represent client's defined topic name. If later other client publishes the event regarding the specified topic, all the subscribed clients will receive the copy of the event.public static RequestUnsubscribe create(KeyValueCollection psTopicList)
psTopicList
- List of topics. Each key in the list represent client's defined topic name. If later other client publishes the event regarding the specified topic, all the subscribed clients will receive the copy of the event.public abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
public abstract java.lang.Integer getProxyClientId()
public abstract void setProxyClientId(java.lang.Integer proxyClientId)
public abstract void setProxyClientId(int proxyClientId)
public abstract KeyValueCollection getExtension()
public abstract void setExtension(KeyValueCollection extension)
public abstract KeyValueCollection getPsTopicList()
public abstract void setPsTopicList(KeyValueCollection psTopicList)
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.