ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:39.509-07:00") public abstract class RequestQueryExecution extends Message
RequestExecuteStrategy
,
RequestFindTarget
, or
RequestGetStatistic
.
Name | Description |
---|---|
ExecutionId | The referenceId of the request you are querying on. |
Modifier and Type | Method | Description |
---|---|---|
static RequestQueryExecution |
create() |
Creates instance of RequestQueryExecution with no parameters set.
|
static RequestQueryExecution |
create(java.lang.Integer executionId) |
Creates instance of RequestQueryExecution with all parameters set.
|
abstract java.lang.Integer |
getExecutionId() |
The ReferenceId of the request that this request will be executed against.
|
abstract java.lang.Integer |
getReferenceId() |
The reference ID that connects a response to a request;
if set to 0, it means that the ReferenceId should be assigned by ReferenceBuilder.
|
abstract void |
setExecutionId(int executionId) |
The ReferenceId of the request that this request will be executed against.
|
abstract void |
setExecutionId(java.lang.Integer executionId) |
The ReferenceId of the request that this request will be executed against.
|
abstract void |
setReferenceId(int referenceId) |
The reference ID that connects a response to a request;
if set to 0, it means that the ReferenceId should be assigned by ReferenceBuilder.
|
abstract void |
setReferenceId(java.lang.Integer referenceId) |
The reference ID that connects a response to a request;
if set to 0, it means that the ReferenceId should be assigned by ReferenceBuilder.
|
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 RequestQueryExecution create()
public static RequestQueryExecution create(java.lang.Integer executionId)
executionId
- Request reference to execute control command on.public abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
public abstract java.lang.Integer getExecutionId()
public abstract void setExecutionId(java.lang.Integer executionId)
public abstract void setExecutionId(int executionId)
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.