ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:18.386-07:00") public abstract class LcaEvent extends CompoundValue
Constructor | Description |
---|---|
LcaEvent() |
Modifier and Type | Method | Description |
---|---|---|
static LcaEvent |
create() |
Creates instance of LcaEvent with no parameters set.
|
static LcaEvent |
create(ApplicationExecutionMode executionMode,
java.lang.Integer controlObjectId) |
Creates instance of LcaEvent with all parameters set.
|
abstract java.lang.Integer |
getControlObjectId() |
Attribute description: Object DBID.
|
abstract ApplicationExecutionMode |
getExecutionMode() |
|
abstract java.lang.Integer |
getReferenceId() |
Reference identifier of the request.
|
abstract void |
setControlObjectId(int controlObjectId) |
Attribute description: Object DBID.
|
abstract void |
setControlObjectId(java.lang.Integer controlObjectId) |
Attribute description: Object DBID.
|
abstract void |
setExecutionMode(ApplicationExecutionMode executionMode) |
|
abstract void |
setReferenceId(int referenceId) |
Reference identifier of the request.
|
abstract void |
setReferenceId(java.lang.Integer referenceId) |
Reference identifier of the request.
|
getProtocolDescription
equals, hashCode, toString, toString
public static LcaEvent create()
public static LcaEvent create(ApplicationExecutionMode executionMode, java.lang.Integer controlObjectId)
executionMode
- ExecutionModecontrolObjectId
- ControlObjectIdpublic 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 getControlObjectId()
public abstract void setControlObjectId(java.lang.Integer controlObjectId)
public abstract void setControlObjectId(int controlObjectId)
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.