ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:32.972-07:00") public abstract class RequestRegisterClient extends Message
Modifier and Type | Method | Description |
---|---|---|
static RequestRegisterClient |
create() |
Creates instance of RequestRegisterClient with no parameters set.
|
static RequestRegisterClient |
create(java.lang.String libraryProtocol) |
Creates instance of RequestRegisterClient with required parameters set.
|
static RequestRegisterClient |
create(java.lang.String libraryProtocol,
KeyValueCollection requestProperties) |
Creates instance of RequestRegisterClient with all parameters set.
|
abstract java.lang.String |
getLibraryProtocol() |
Specifies the library protocol (internal use)
|
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 void |
setLibraryProtocol(java.lang.String libraryProtocol) |
Specifies the library protocol (internal use)
|
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
|
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 RequestRegisterClient create()
public static RequestRegisterClient create(java.lang.String libraryProtocol, KeyValueCollection requestProperties)
libraryProtocol
- Specifies the library protocol (internal use)requestProperties
- A KeyValue list of additional information passed to the requestpublic static RequestRegisterClient create(java.lang.String libraryProtocol)
libraryProtocol
- Specifies the library protocol (internal use)public abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
public abstract java.lang.String getLibraryProtocol()
public abstract void setLibraryProtocol(java.lang.String libraryProtocol)
libraryProtocol
- 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.