ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:22.957-07:00") public abstract class MessageKey extends CompoundValue
Constructor | Description |
---|---|
MessageKey() |
Modifier and Type | Method | Description |
---|---|---|
static MessageKey |
create() |
Creates instance of MessageKey with no parameters set.
|
static MessageKey |
create(java.lang.Integer keyFlags,
java.lang.Integer keyInteger,
java.lang.Integer keyLong,
java.lang.String keyString) |
Deprecated.
use other create method
|
abstract java.lang.Integer |
getKeyFlags() |
Simple key: flags.
|
abstract java.lang.Integer |
getKeyInteger() |
Simple key: integer value
|
abstract KeyValueCollection |
getKeyKVList() |
KVList key
|
abstract java.lang.Integer |
getKeyLong() |
Simple key: unsigned long value
|
abstract java.lang.String |
getKeyString() |
Simple key: string value
|
abstract void |
setKeyFlags(int keyFlags) |
Simple key: flags.
|
abstract void |
setKeyFlags(java.lang.Integer keyFlags) |
Simple key: flags.
|
abstract void |
setKeyInteger(int keyInteger) |
Simple key: integer value
|
abstract void |
setKeyInteger(java.lang.Integer keyInteger) |
Simple key: integer value
|
abstract void |
setKeyKVList(KeyValueCollection keyKVList) |
KVList key
|
abstract void |
setKeyLong(int keyLong) |
Simple key: unsigned long value
|
abstract void |
setKeyLong(java.lang.Integer keyLong) |
Simple key: unsigned long value
|
abstract void |
setKeyString(java.lang.String keyString) |
Simple key: string value
|
getProtocolDescription
equals, hashCode, toString, toString
public static MessageKey create()
@Deprecated public static MessageKey create(java.lang.Integer keyFlags, java.lang.Integer keyInteger, java.lang.Integer keyLong, java.lang.String keyString)
keyFlags
- Simple key: flags. Can be any combination of KeyFlags enum values (using bitwise OR operator '|')keyInteger
- Simple key: integer valuekeyLong
- Simple key: unsigned long valuekeyString
- Simple key: string valuepublic abstract java.lang.Integer getKeyFlags()
KeyFlags
public abstract void setKeyFlags(java.lang.Integer keyFlags)
KeyFlags
public abstract void setKeyFlags(int keyFlags)
KeyFlags
public abstract java.lang.Integer getKeyInteger()
public abstract void setKeyInteger(java.lang.Integer keyInteger)
keyInteger
- new value of the propertypublic abstract void setKeyInteger(int keyInteger)
keyInteger
- new value of the propertypublic abstract java.lang.Integer getKeyLong()
public abstract void setKeyLong(java.lang.Integer keyLong)
keyLong
- new value of the propertypublic abstract void setKeyLong(int keyLong)
keyLong
- new value of the propertypublic abstract java.lang.String getKeyString()
public abstract void setKeyString(java.lang.String keyString)
keyString
- new value of the propertypublic abstract KeyValueCollection getKeyKVList()
public abstract void setKeyKVList(KeyValueCollection keyKVList)
keyKVList
- 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.