ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:26.67-07:00") public abstract class EventInfo extends Message
Modifier and Type | Method | Description |
---|---|---|
static EventInfo |
create() |
Creates instance of EventInfo with no parameters set.
|
static EventInfo |
create(java.lang.Integer client,
ControlObjectType controlObjectType,
java.lang.Integer controlObjectId,
java.lang.String description,
ApplicationExecutionMode executionMode,
java.lang.Integer controlStatus) |
Creates instance of EventInfo with all parameters set.
|
abstract java.lang.Integer |
getClient() |
no desc.
|
abstract java.lang.Integer |
getControlObjectId() |
Attribute description: Object DBID.
|
abstract ControlObjectType |
getControlObjectType() |
Object type.
|
abstract java.lang.Integer |
getControlStatus() |
Status.
|
abstract java.lang.String |
getDescription() |
Description
|
abstract ApplicationExecutionMode |
getExecutionMode() |
no desc.
|
abstract java.lang.Integer |
getReferenceId() |
Reference identifier of the request.
|
abstract void |
setClient(int client) |
no desc.
|
abstract void |
setClient(java.lang.Integer client) |
no desc.
|
abstract void |
setControlObjectId(int controlObjectId) |
Attribute description: Object DBID.
|
abstract void |
setControlObjectId(java.lang.Integer controlObjectId) |
Attribute description: Object DBID.
|
abstract void |
setControlObjectType(ControlObjectType controlObjectType) |
Object type.
|
abstract void |
setControlStatus(int controlStatus) |
Status.
|
abstract void |
setControlStatus(java.lang.Integer controlStatus) |
Status.
|
abstract void |
setDescription(java.lang.String description) |
Description
|
abstract void |
setExecutionMode(ApplicationExecutionMode executionMode) |
no desc.
|
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 EventInfo create()
public static EventInfo create(java.lang.Integer client, ControlObjectType controlObjectType, java.lang.Integer controlObjectId, java.lang.String description, ApplicationExecutionMode executionMode, java.lang.Integer controlStatus)
client
- no desc.controlObjectType
- Object type.controlObjectId
- Application ControlObjectId.description
- DescriptionexecutionMode
- no desc.controlStatus
- Status.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 getClient()
public abstract void setClient(java.lang.Integer client)
client
- new value of the propertypublic abstract void setClient(int client)
client
- new value of the propertypublic abstract ControlObjectType getControlObjectType()
public abstract void setControlObjectType(ControlObjectType controlObjectType)
controlObjectType
- new value of the propertypublic abstract java.lang.Integer getControlObjectId()
public abstract void setControlObjectId(java.lang.Integer controlObjectId)
public abstract void setControlObjectId(int controlObjectId)
public abstract java.lang.String getDescription()
public abstract void setDescription(java.lang.String description)
description
- new value of the propertypublic abstract ApplicationExecutionMode getExecutionMode()
public abstract void setExecutionMode(ApplicationExecutionMode executionMode)
executionMode
- new value of the propertypublic abstract java.lang.Integer getControlStatus()
public abstract void setControlStatus(java.lang.Integer controlStatus)
controlStatus
- new value of the propertypublic abstract void setControlStatus(int controlStatus)
controlStatus
- 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.