ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:44:52.896-07:00") public abstract class RequestDeleteObject extends Message
Modifier and Type | Method | Description |
---|---|---|
static RequestDeleteObject |
create() |
Creates instance of RequestDeleteObject with no parameters set.
|
static RequestDeleteObject |
create(java.lang.Integer objectType,
java.lang.Integer dbid) |
Creates instance of RequestDeleteObject with required parameters set.
|
static RequestDeleteObject |
create(java.lang.Integer objectType,
java.lang.Integer dbid,
KeyValueCollection parameters) |
Creates instance of RequestDeleteObject with all parameters set.
|
abstract java.lang.Integer |
getDbid() |
An identifier of an object in the Configuration Database.
|
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 |
setDbid(int dbid) |
An identifier of an object in the Configuration Database.
|
abstract void |
setDbid(java.lang.Integer dbid) |
An identifier of an object in the Configuration Database.
|
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 RequestDeleteObject create()
public static RequestDeleteObject create(java.lang.Integer objectType, java.lang.Integer dbid, KeyValueCollection parameters)
objectType
- Type of configuration object as defined in ConfServerObject enumdbid
- An identifier of an object in the Configuration Database. Generated by Configuration Server and is unique within an object typeparameters
- TKVList containing additional parameters (if needed)public static RequestDeleteObject create(java.lang.Integer objectType, java.lang.Integer dbid)
objectType
- Type of configuration object as defined in ConfServerObject enumdbid
- An identifier of an object in the Configuration Database. Generated by Configuration Server and is unique within an object typepublic 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 propertypublic abstract java.lang.Integer getDbid()
public abstract void setDbid(java.lang.Integer dbid)
dbid
- new value of the propertypublic abstract void setDbid(int dbid)
dbid
- 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.