ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:44:52.896-07:00") public abstract class RequestUpdateAccount extends Message
Modifier and Type | Method | Description |
---|---|---|
static RequestUpdateAccount |
create() |
Creates instance of RequestUpdateAccount with no parameters set.
|
static RequestUpdateAccount |
create(ConfStructure applicationID,
ConfStructure accountID) |
Creates instance of RequestUpdateAccount.
|
static RequestUpdateAccount |
create(org.w3c.dom.Document applicationId,
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 org.w3c.dom.Document |
getApplicationId() |
Deprecated.
Use new configuration server structures instead of DOM.
|
abstract ConfStructure |
getApplicationID() |
A unique identifier of an application
|
abstract KeyValueCollection |
getParameters() |
TKVList containing additional parameters (if needed)
|
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 |
setApplicationId(org.w3c.dom.Document applicationId) |
Deprecated.
Use new configuration server structures instead of DOM.
|
abstract void |
setApplicationID(ConfStructure applicationID) |
A unique identifier of an application
|
abstract void |
setParameters(KeyValueCollection parameters) |
TKVList containing additional parameters (if needed)
|
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 RequestUpdateAccount create()
@Deprecated public static RequestUpdateAccount create(org.w3c.dom.Document applicationId, org.w3c.dom.Document accountId)
applicationId
- A unique identifier of an applicationaccountId
- A unique identifier of an object that may be used as an account for a daemon applicationpublic static RequestUpdateAccount create(ConfStructure applicationID, ConfStructure accountID)
applicationID
- A unique identifier of an applicationaccountID
- 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 getApplicationId()
@Deprecated public abstract void setApplicationId(org.w3c.dom.Document applicationId)
applicationId
- new value of the propertypublic abstract ConfStructure getApplicationID()
public abstract void setApplicationID(ConfStructure applicationID)
applicationID
- new value of the property@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 propertypublic abstract KeyValueCollection getParameters()
public abstract void setParameters(KeyValueCollection parameters)
parameters
- 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.