ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:32.972-07:00") public abstract class RequestRegisterCampaign extends Message
Modifier and Type | Method | Description |
---|---|---|
static RequestRegisterCampaign |
create() |
Creates instance of RequestRegisterCampaign with no parameters set.
|
static RequestRegisterCampaign |
create(java.lang.Integer campaignId,
java.lang.Integer groupId,
java.lang.Integer sessionId,
KeyValueCollection requestProperties) |
Creates instance of RequestRegisterCampaign with all parameters set.
|
abstract java.lang.Integer |
getCampaignId() |
The configuration environment DBID of the current campaign
|
abstract java.lang.Integer |
getGroupId() |
The configuration environment DBID of the agent group
|
abstract java.lang.Integer |
getReferenceId() |
The reference id by which requests are associated with corresponding events.
|
abstract KeyValueCollection |
getRequestProperties() |
A KeyValue list of additional information passed to the request
|
abstract java.lang.Integer |
getSessionId() |
DBID of the Campaign Group
|
abstract void |
setCampaignId(int campaignId) |
The configuration environment DBID of the current campaign
|
abstract void |
setCampaignId(java.lang.Integer campaignId) |
The configuration environment DBID of the current campaign
|
abstract void |
setGroupId(int groupId) |
The configuration environment DBID of the agent group
|
abstract void |
setGroupId(java.lang.Integer groupId) |
The configuration environment DBID of the agent group
|
abstract void |
setReferenceId(int referenceId) |
The reference id by which requests are associated with corresponding events.
|
abstract void |
setReferenceId(java.lang.Integer referenceId) |
The reference id by which requests are associated with corresponding events.
|
abstract void |
setRequestProperties(KeyValueCollection requestProperties) |
A KeyValue list of additional information passed to the request
|
abstract void |
setSessionId(int sessionId) |
DBID of the Campaign Group
|
abstract void |
setSessionId(java.lang.Integer sessionId) |
DBID of the Campaign Group
|
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 RequestRegisterCampaign create()
public static RequestRegisterCampaign create(java.lang.Integer campaignId, java.lang.Integer groupId, java.lang.Integer sessionId, KeyValueCollection requestProperties)
campaignId
- The configuration environment DBID of the current campaigngroupId
- The configuration environment DBID of the agent groupsessionId
- DBID of the Campaign GrouprequestProperties
- A KeyValue list of additional information passed to the requestpublic abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
public abstract java.lang.Integer getCampaignId()
public abstract void setCampaignId(java.lang.Integer campaignId)
campaignId
- new value of the propertypublic abstract void setCampaignId(int campaignId)
campaignId
- new value of the propertypublic abstract java.lang.Integer getGroupId()
public abstract void setGroupId(java.lang.Integer groupId)
groupId
- new value of the propertypublic abstract void setGroupId(int groupId)
groupId
- new value of the propertypublic abstract java.lang.Integer getSessionId()
public abstract void setSessionId(java.lang.Integer sessionId)
sessionId
- new value of the propertypublic abstract void setSessionId(int sessionId)
sessionId
- new value of the propertypublic abstract KeyValueCollection getRequestProperties()
public abstract void setRequestProperties(KeyValueCollection requestProperties)
requestProperties
- 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.