ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:51.459-07:00") public abstract class RequestUnregisterAddress extends Message
EventUnregistered
.Modifier and Type | Method | Description |
---|---|---|
static RequestUnregisterAddress |
create() |
Creates instance of RequestUnregisterAddress with no parameters set.
|
static RequestUnregisterAddress |
create(java.lang.String thisDN,
ControlMode controlMode) |
Creates instance of RequestUnregisterAddress with required parameters set.
|
static RequestUnregisterAddress |
create(java.lang.String thisDN,
ControlMode controlMode,
KeyValueCollection extensions) |
Creates instance of RequestUnregisterAddress with all parameters set.
|
abstract ControlMode |
getControlMode() |
Control mode specifying whether the fact of registration is to be relayed to the switch.
|
abstract KeyValueCollection |
getExtensions() |
An additional data structure intended to take account of switch-specific features that cannot be described by other parameters or in the original structure of user data.
|
abstract java.lang.Integer |
getReferenceID() |
Reference ID of the related request.
|
abstract java.lang.String |
getThisDN() |
The Directory Number (which your application registered) involved in this request or event.
|
abstract void |
setControlMode(ControlMode controlMode) |
Control mode specifying whether the fact of registration is to be relayed to the switch.
|
abstract void |
setExtensions(KeyValueCollection extensions) |
An additional data structure intended to take account of switch-specific features that cannot be described by other parameters or in the original structure of user data.
|
abstract void |
setReferenceID(int referenceID) |
Reference ID of the related request.
|
abstract void |
setReferenceID(java.lang.Integer referenceID) |
Reference ID of the related request.
|
abstract void |
setThisDN(java.lang.String thisDN) |
The Directory Number (which your application registered) involved in this request or event.
|
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 RequestUnregisterAddress create()
public static RequestUnregisterAddress create(java.lang.String thisDN, ControlMode controlMode, KeyValueCollection extensions)
thisDN
- DN of the controlling agent or Route Point.controlMode
- Control mode specifying whether the fact of registration is to be relayed to the switch.extensions
- An additional data structure intended to take account of switch-specific features that cannot be described by other parameters or in the original structure of user data.public static RequestUnregisterAddress create(java.lang.String thisDN, ControlMode controlMode)
thisDN
- DN of the controlling agent or Route Point.controlMode
- Control mode specifying whether the fact of registration is to be relayed to the switch.public abstract java.lang.Integer getReferenceID()
public abstract void setReferenceID(java.lang.Integer referenceID)
public abstract void setReferenceID(int referenceID)
public abstract java.lang.String getThisDN()
public abstract void setThisDN(java.lang.String thisDN)
public abstract ControlMode getControlMode()
public abstract void setControlMode(ControlMode controlMode)
controlMode
- new value of the propertypublic abstract KeyValueCollection getExtensions()
public abstract void setExtensions(KeyValueCollection extensions)
extensions
- 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.