ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:51.459-07:00") public abstract class RequestQueryLocation extends Message
Modifier and Type | Method | Description |
---|---|---|
static RequestQueryLocation |
create() |
Creates instance of RequestQueryLocation with no parameters set.
|
static RequestQueryLocation |
create(java.lang.String location,
LocationInfoType locationInfoType) |
Creates instance of RequestQueryLocation with required parameters set.
|
static RequestQueryLocation |
create(java.lang.String location,
LocationInfoType locationInfoType,
KeyValueCollection extensions) |
Creates instance of RequestQueryLocation 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.String |
getLocation() |
Name of the remote location in the form of `SwitchName` or `T-ServerApplicationName`@`SwitchName`.
|
abstract LocationInfoType |
getLocationInfoType() |
Allows a client to receive information about one or more remote locations
|
abstract java.lang.Integer |
getReferenceID() |
Reference ID of the related request.
|
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 |
setLocation(java.lang.String location) |
Name of the remote location in the form of `SwitchName` or `T-ServerApplicationName`@`SwitchName`.
|
abstract void |
setLocationInfoType(LocationInfoType locationInfoType) |
Allows a client to receive information about one or more remote locations
|
abstract void |
setReferenceID(int referenceID) |
Reference ID of the related request.
|
abstract void |
setReferenceID(java.lang.Integer referenceID) |
Reference ID of the related 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 RequestQueryLocation create()
public static RequestQueryLocation create(java.lang.String location, LocationInfoType locationInfoType, KeyValueCollection extensions)
location
- Name of the remote location in the form of `SwitchName` or `T-ServerApplicationName`@`SwitchName`.locationInfoType
- Allows a client to receive information about one or more remote locationsextensions
- 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 RequestQueryLocation create(java.lang.String location, LocationInfoType locationInfoType)
location
- Name of the remote location in the form of `SwitchName` or `T-ServerApplicationName`@`SwitchName`.locationInfoType
- Allows a client to receive information about one or more remote locationspublic abstract java.lang.Integer getReferenceID()
public abstract void setReferenceID(java.lang.Integer referenceID)
public abstract void setReferenceID(int referenceID)
public abstract java.lang.String getLocation()
public abstract void setLocation(java.lang.String location)
location
- new value of the propertypublic abstract LocationInfoType getLocationInfoType()
public abstract void setLocationInfoType(LocationInfoType locationInfoType)
locationInfoType
- 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.