|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.commons.protocol.Message
com.genesyslab.platform.voice.protocol.tserver.requests.queries.RequestQuerySwitch
public abstract class RequestQuerySwitch
Requests from the T-Server, specified by the parameter server, information about the switch to which T-Server is connected.
Field Summary | |
---|---|
static int |
ID
|
static java.lang.String |
NAME
|
Method Summary | |
---|---|
static RequestQuerySwitch |
create()
Creates instance of RequestQuerySwitch with no parameters set. |
static RequestQuerySwitch |
create(SwitchInfoType switchInfoType)
Creates instance of RequestQuerySwitch with required parameters set. |
static RequestQuerySwitch |
create(SwitchInfoType switchInfoType,
KeyValueCollection extensions)
Creates instance of RequestQuerySwitch with all parameters set. |
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 SwitchInfoType |
getSwitchInfoType()
Requests/returns info about 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 |
setSwitchInfoType(SwitchInfoType switchInfoType)
Requests/returns info about switch. |
Methods inherited from class com.genesyslab.platform.commons.protocol.Message |
---|
cloneMessage, getEndpoint, getMessageAttribute, getProtocolDescription, getProtocolId, messageId, messageName, setProtocolDescription |
Methods inherited from class com.genesyslab.platform.commons.protocol.DataObject |
---|
equals, hashCode, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int ID
public static final java.lang.String NAME
Method Detail |
---|
public static RequestQuerySwitch create()
public static RequestQuerySwitch create(SwitchInfoType switchInfoType, KeyValueCollection extensions)
switchInfoType
- Requests/returns info about 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 RequestQuerySwitch create(SwitchInfoType switchInfoType)
switchInfoType
- Requests/returns info about switch.
public abstract java.lang.Integer getReferenceID()
public abstract void setReferenceID(java.lang.Integer referenceID)
public abstract void setReferenceID(int referenceID)
public abstract SwitchInfoType getSwitchInfoType()
public abstract void setSwitchInfoType(SwitchInfoType switchInfoType)
switchInfoType
- new value of the propertypublic abstract KeyValueCollection getExtensions()
public abstract void setExtensions(KeyValueCollection extensions)
extensions
- new value of the property
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |