ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:22.957-07:00") public abstract class RequestSubscribeType extends Message
Modifier and Type | Method | Description |
---|---|---|
static RequestSubscribeType |
create() |
Creates instance of RequestSubscribeType with no parameters set.
|
static RequestSubscribeType |
create(MessagePriority priority,
java.lang.Integer subscriberType) |
Creates instance of RequestSubscribeType with all parameters set.
|
abstract MessagePriority |
getPriority() |
Priority of the message
|
abstract java.lang.Integer |
getSubscriberType() |
Subscription: Type of the message to subscribe to
|
abstract void |
setPriority(MessagePriority priority) |
Priority of the message
|
abstract void |
setSubscriberType(int subscriberType) |
Subscription: Type of the message to subscribe to
|
abstract void |
setSubscriberType(java.lang.Integer subscriberType) |
Subscription: Type of the message to subscribe to
|
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 RequestSubscribeType create()
public static RequestSubscribeType create(MessagePriority priority, java.lang.Integer subscriberType)
priority
- Priority of the messagesubscriberType
- Subscription: Type of the message to subscribe topublic abstract MessagePriority getPriority()
public abstract void setPriority(MessagePriority priority)
priority
- new value of the propertypublic abstract java.lang.Integer getSubscriberType()
public abstract void setSubscriberType(java.lang.Integer subscriberType)
subscriberType
- new value of the propertypublic abstract void setSubscriberType(int subscriberType)
subscriberType
- new value of the propertySend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.