ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:44:52.896-07:00") public abstract class EventAccountRead extends Message
Modifier and Type | Method | Description |
---|---|---|
static EventAccountRead |
create() |
Creates instance of EventAccountRead with no parameters set.
|
static EventAccountRead |
create(org.w3c.dom.Document accountId) |
Deprecated.
Use new configuration server structures instead of DOM.
|
abstract org.w3c.dom.Document |
getAccountId() |
Deprecated.
Use new configuration server structures instead of DOM.
|
abstract ConfStructure |
getAccountID() |
A unique identifier of an object that may be used as an account for a daemon application
|
abstract java.lang.Integer |
getReferenceId() |
Reference ID to connect response to request.
|
abstract void |
setAccountId(org.w3c.dom.Document accountId) |
Deprecated.
Use new configuration server structures instead of DOM.
|
abstract void |
setAccountID(ConfStructure accountID) |
A unique identifier of an object that may be used as an account for a daemon application
|
abstract void |
setReferenceId(int referenceId) |
Reference ID to connect response to request.
|
abstract void |
setReferenceId(java.lang.Integer referenceId) |
Reference ID to connect response to 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 EventAccountRead create()
@Deprecated public static EventAccountRead create(org.w3c.dom.Document accountId)
accountId
- A unique identifier of an object that may be used as an account for a daemon applicationpublic abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
@Deprecated public abstract org.w3c.dom.Document getAccountId()
@Deprecated public abstract void setAccountId(org.w3c.dom.Document accountId)
accountId
- new value of the propertypublic abstract ConfStructure getAccountID()
public abstract void setAccountID(ConfStructure accountID)
accountID
- 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.