ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:44:52.896-07:00") public abstract class RequestCreateObject extends Message
Modifier and Type | Method | Description |
---|---|---|
static RequestCreateObject |
create() |
Creates instance of RequestCreateObject with no parameters set.
|
static RequestCreateObject |
create(ConfObject object) |
Creates instance of RequestCreateObject.
|
static RequestCreateObject |
create(ConfObject object,
KeyValueCollection parameters) |
Creates instance of RequestCreateObject.
|
static RequestCreateObject |
create(java.lang.Integer objectType,
org.w3c.dom.Document confObject) |
Deprecated.
Use new configuration server structures instead of DOM.
|
static RequestCreateObject |
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 ConfObject |
getObject() |
ConfObject representation of a configuration server 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 |
setObject(ConfObject object) |
ConfObject representation of a configuration server 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 RequestCreateObject create()
@Deprecated public static RequestCreateObject 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 RequestCreateObject 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 RequestCreateObject create(ConfObject object)
object
- ConfObject representation of a configuration server objectpublic static RequestCreateObject create(ConfObject object, KeyValueCollection parameters)
object
- ConfObject representation of a configuration server 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 ConfObject getObject()
public abstract void setObject(ConfObject object)
object
- 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.