ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:44:52.896-07:00") public abstract class RequestUpdateObject extends Message
Modifier and Type | Method | Description |
---|---|---|
static RequestUpdateObject |
create() |
Creates instance of RequestUpdateObject with no parameters set.
|
static RequestUpdateObject |
create(ConfObjectDelta objectDelta) |
Creates instance of RequestUpdateObject.
|
static RequestUpdateObject |
create(ConfObjectDelta objectDelta,
KeyValueCollection parameters) |
Creates instance of RequestUpdateObject.
|
static RequestUpdateObject |
create(java.lang.Integer objectType,
org.w3c.dom.Document confObject) |
Deprecated.
Use new configuration server structures instead of DOM.
|
static RequestUpdateObject |
create(java.lang.Integer objectType,
org.w3c.dom.Document confObject,
KeyValueCollection parameters) |
Deprecated.
Use new configuration server structures instead of DOM.
|
abstract org.w3c.dom.Document |
getConfObject() |
Deprecated.
Use new configuration server structures instead of DOM.
|
abstract ConfObjectDelta |
getObjectDelta() |
ConfObjectDelta representation of a configuration server delta object
|
abstract java.lang.Integer |
getObjectType() |
Type of configuration object as defined in ConfServerObject enum
|
abstract KeyValueCollection |
getParameters() |
TKVList containing additional parameters (if needed)
|
abstract java.lang.Integer |
getReferenceId() |
Reference ID to connect response to request.
|
abstract void |
setConfObject(org.w3c.dom.Document confObject) |
Deprecated.
Use new configuration server structures instead of DOM.
|
abstract void |
setObjectDelta(ConfObjectDelta objectDelta) |
ConfObjectDelta representation of a configuration server delta object
|
abstract void |
setObjectType(int objectType) |
Type of configuration object as defined in ConfServerObject enum
|
abstract void |
setObjectType(java.lang.Integer objectType) |
Type of configuration object as defined in ConfServerObject enum
|
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 RequestUpdateObject create()
@Deprecated public static RequestUpdateObject create(java.lang.Integer objectType, org.w3c.dom.Document confObject)
objectType
- Type of configuration object as defined in ConfServerObject enumconfObject
- XmlDocumentV7 representation of cfglib object(s)@Deprecated public static RequestUpdateObject create(java.lang.Integer objectType, org.w3c.dom.Document confObject, KeyValueCollection parameters)
objectType
- Type of configuration object as defined in ConfServerObject enumconfObject
- XmlDocumentV7 representation of cfglib object(s)parameters
- TKVList containing additional parameters (if needed)public static RequestUpdateObject create(ConfObjectDelta objectDelta)
objectDelta
- ConfObjectDelta representation of a configuration server delta objectpublic static RequestUpdateObject create(ConfObjectDelta objectDelta, KeyValueCollection parameters)
objectDelta
- ConfObjectDelta representation of a configuration server delta objectparameters
- TKVList containing additional parameters (if needed)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 getObjectType()
public abstract void setObjectType(java.lang.Integer objectType)
objectType
- new value of the propertypublic abstract void setObjectType(int objectType)
objectType
- new value of the property@Deprecated public abstract org.w3c.dom.Document getConfObject()
@Deprecated public abstract void setConfObject(org.w3c.dom.Document confObject)
confObject
- new value of the propertypublic abstract ConfObjectDelta getObjectDelta()
public abstract void setObjectDelta(ConfObjectDelta objectDelta)
objectDelta
- 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.