ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:03.098-07:00") public abstract class EventCustom extends Message
Modifier and Type | Method | Description |
---|---|---|
static EventCustom |
create() |
Creates instance of EventCustom with no parameters set.
|
static EventCustom |
create(java.lang.Integer customMessageType,
byte[] customMessageData) |
Creates instance of EventCustom with required parameters set.
|
static EventCustom |
create(java.lang.Integer proxyClientId,
java.lang.Integer customMessageType,
byte[] customMessageData,
KeyValueCollection extension) |
Creates instance of EventCustom with all parameters set.
|
abstract byte[] |
getCustomMessageData() |
|
abstract java.lang.Integer |
getCustomMessageType() |
|
abstract KeyValueCollection |
getExtension() |
A key-value list of extensions.
|
abstract java.lang.Integer |
getProxyClientId() |
Proxy client identifier.
|
abstract void |
setCustomMessageData(byte[] customMessageData) |
|
abstract void |
setCustomMessageType(int customMessageType) |
|
abstract void |
setCustomMessageType(java.lang.Integer customMessageType) |
|
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.
|
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 EventCustom create()
public static EventCustom create(java.lang.Integer proxyClientId, java.lang.Integer customMessageType, byte[] customMessageData, KeyValueCollection extension)
proxyClientId
- The identifier of the client of proxy.customMessageType
- customMessageData
- extension
- Extensions.public static EventCustom create(java.lang.Integer customMessageType, byte[] customMessageData)
customMessageType
- customMessageData
- public abstract java.lang.Integer getProxyClientId()
public abstract void setProxyClientId(java.lang.Integer proxyClientId)
public abstract void setProxyClientId(int proxyClientId)
public abstract java.lang.Integer getCustomMessageType()
public abstract void setCustomMessageType(java.lang.Integer customMessageType)
customMessageType
- new value of the propertypublic abstract void setCustomMessageType(int customMessageType)
customMessageType
- new value of the propertypublic abstract byte[] getCustomMessageData()
public abstract void setCustomMessageData(byte[] customMessageData)
customMessageData
- new value of the propertypublic abstract KeyValueCollection getExtension()
public abstract void setExtension(KeyValueCollection extension)
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.