ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:18.386-07:00") public abstract class ResponseExecutionModeChanged extends Message
Modifier and Type | Method | Description |
---|---|---|
static ResponseExecutionModeChanged |
create() |
Creates instance of ResponseExecutionModeChanged with no parameters set.
|
static ResponseExecutionModeChanged |
create(ApplicationExecutionMode executionMode) |
Creates instance of ResponseExecutionModeChanged with required parameters set.
|
static ResponseExecutionModeChanged |
create(ApplicationExecutionMode executionMode,
java.lang.Integer processId) |
Creates instance of ResponseExecutionModeChanged with all parameters set.
|
abstract ApplicationExecutionMode |
getExecutionMode() |
|
abstract java.lang.Integer |
getProcessId() |
|
abstract java.lang.Integer |
getReferenceId() |
Reference identifier of the request.
|
abstract void |
setExecutionMode(ApplicationExecutionMode executionMode) |
|
abstract void |
setProcessId(int processId) |
|
abstract void |
setProcessId(java.lang.Integer processId) |
|
abstract void |
setReferenceId(int referenceId) |
Reference identifier of the request.
|
abstract void |
setReferenceId(java.lang.Integer referenceId) |
Reference identifier of 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 ResponseExecutionModeChanged create()
public static ResponseExecutionModeChanged create(ApplicationExecutionMode executionMode, java.lang.Integer processId)
executionMode
- ExecutionModeprocessId
- ProcessIdpublic static ResponseExecutionModeChanged create(ApplicationExecutionMode executionMode)
executionMode
- ExecutionModepublic abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
public abstract ApplicationExecutionMode getExecutionMode()
public abstract void setExecutionMode(ApplicationExecutionMode executionMode)
public abstract java.lang.Integer getProcessId()
public abstract void setProcessId(java.lang.Integer processId)
public abstract void setProcessId(int processId)
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.