ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:44:52.896-07:00") public abstract class EventAccountUpdated extends Message
Modifier and Type | Method | Description |
---|---|---|
static EventAccountUpdated |
create() |
Creates instance of EventAccountUpdated with no parameters set.
|
static EventAccountUpdated |
create(org.w3c.dom.Document applicationId,
org.w3c.dom.Document accountId) |
Deprecated.
Use new configuration server structures instead of DOM.
|
static EventAccountUpdated |
create(org.w3c.dom.Document applicationId,
org.w3c.dom.Document accountId,
java.lang.Integer unsolisitedEventNumber,
java.lang.Integer time) |
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 java.lang.Integer |
getReferenceId() |
Reference ID to connect response to request.
|
abstract java.lang.Integer |
getTime() |
Time when the event was issued by Configuration Server
|
abstract java.lang.Integer |
getUnsolisitedEventNumber() |
Unsolicited notification event's number
|
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 |
setReferenceId(int referenceId) |
Reference ID to connect response to request.
|
abstract void |
setReferenceId(java.lang.Integer referenceId) |
Reference ID to connect response to request.
|
abstract void |
setTime(int time) |
Time when the event was issued by Configuration Server
|
abstract void |
setTime(java.lang.Integer time) |
Time when the event was issued by Configuration Server
|
abstract void |
setUnsolisitedEventNumber(int unsolisitedEventNumber) |
Unsolicited notification event's number
|
abstract void |
setUnsolisitedEventNumber(java.lang.Integer unsolisitedEventNumber) |
Unsolicited notification event's number
|
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 EventAccountUpdated create()
@Deprecated public static EventAccountUpdated 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 application@Deprecated public static EventAccountUpdated create(org.w3c.dom.Document applicationId, org.w3c.dom.Document accountId, java.lang.Integer unsolisitedEventNumber, java.lang.Integer time)
applicationId
- A unique identifier of an applicationaccountId
- A unique identifier of an object that may be used as an account for a daemon applicationunsolisitedEventNumber
- Unsolicited notification event's numbertime
- Time when the event was issued by Configuration Serverpublic 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 java.lang.Integer getUnsolisitedEventNumber()
public abstract void setUnsolisitedEventNumber(java.lang.Integer unsolisitedEventNumber)
unsolisitedEventNumber
- new value of the propertypublic abstract void setUnsolisitedEventNumber(int unsolisitedEventNumber)
unsolisitedEventNumber
- new value of the propertypublic abstract java.lang.Integer getTime()
public abstract void setTime(java.lang.Integer time)
time
- new value of the propertypublic abstract void setTime(int time)
time
- 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.