|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.CiscoDeviceList.QueryOptions
public static class CiscoDeviceList.QueryOptions
| Field Summary | |
|---|---|
java.lang.String |
callManagerIP
The CallManagerIP action parameter can be used to restrict the query to devices matching the specified Cisco Unified Communications Manager publisher IP address. |
java.lang.String |
description
The Description action parameter can be used to restrict the query to devices matching the specified description. |
java.lang.String |
iP
The IP action parameter can be used to restrict the query to devices matching the specified IP address. |
java.lang.String |
name
The Name action parameter can be used to restrict the query to devices matching the specified name. |
java.lang.String |
pool
The Pool action parameter can be used to restrict the query to devices with a configured Device Pool matching the specified value. |
java.lang.String |
searchSpace
The SearchSpace action parameter can be used to restrict the query to devices with a configured CallingSearchSpace matching the specified value. |
CiscoDeviceList.Status |
status
The Status action parameter can used to restrict the query to devices matching the specified status value. |
CiscoDeviceList.Type |
type
The Type action parameter can be used to restrict the query to only devices of a particular type. |
| Constructor Summary | |
|---|---|
CiscoDeviceList.QueryOptions()
Constructs the QueryOptions. |
|
CiscoDeviceList.QueryOptions(CiscoDeviceList.Type type,
java.lang.String name,
java.lang.String description,
java.lang.String searchSpace,
java.lang.String pool,
java.lang.String iP,
CiscoDeviceList.Status status,
java.lang.String callManagerIP)
Constructs the QueryOptions. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCallManagerIP()
Gets the value. |
java.lang.String |
getDescription()
Gets the value. |
java.lang.String |
getIP()
Gets the value. |
java.lang.String |
getName()
Gets the value. |
java.lang.String |
getPool()
Gets the value. |
java.lang.String |
getSearchSpace()
Gets the value. |
CiscoDeviceList.Status |
getStatus()
Gets the value. |
CiscoDeviceList.Type |
getType()
Gets the value. |
void |
setCallManagerIP(java.lang.String value)
Sets the value. |
void |
setDescription(java.lang.String value)
Sets the value. |
void |
setIP(java.lang.String value)
Sets the value. |
void |
setName(java.lang.String value)
Sets the value. |
void |
setPool(java.lang.String value)
Sets the value. |
void |
setSearchSpace(java.lang.String value)
Sets the value. |
void |
setStatus(CiscoDeviceList.Status value)
Sets the value. |
void |
setType(CiscoDeviceList.Type value)
Sets the value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public CiscoDeviceList.Type type
public java.lang.String name
public java.lang.String description
public java.lang.String searchSpace
public java.lang.String pool
public java.lang.String iP
public CiscoDeviceList.Status status
public java.lang.String callManagerIP
| Constructor Detail |
|---|
public CiscoDeviceList.QueryOptions()
public CiscoDeviceList.QueryOptions(CiscoDeviceList.Type type,
java.lang.String name,
java.lang.String description,
java.lang.String searchSpace,
java.lang.String pool,
java.lang.String iP,
CiscoDeviceList.Status status,
java.lang.String callManagerIP)
type - The Type action parameter can be used to restrict the query to only devices
type of a particular type. Valid values are as follows:
type
type Cisco7905
type Cisco7912
type Cisco7920
type Cisco7940
type Cisco7941
type Cisco7941G
type Cisco7960
type Cisco7961G
type Cisco7970
type Cisco7971
type IPCommunicator
typename - The Name action parameter can be used to restrict the query to devices
name matching the specified name.
namedescription - The Description action parameter can be used to restrict the query to
description devices matching the specified description.
descriptionsearchSpace - The SearchSpace action parameter can be used to restrict the query to
searchSpace devices with a configured CallingSearchSpace matching the specified value.
searchSpacepool - The Pool action parameter can be used to restrict the query to devices with
pool a configured Device Pool matching the specified value.
pooliP - The IP action parameter can be used to restrict the query to devices
iP matching the specified IP address.
iPstatus - The Status action parameter can used to restrict the query to devices
status matching the specified status value. Note that in Cisco Unified
status Communications Manager 5.x/6.x, only Registered and FoundAndUnregistered
status devices are returned so this field has less value for those versions since
status NotFound is not supported.
status
status NotFound - The device is configured in the Cisco Unified Communications
status Manager database, but is not registered or connected in any
status way.
status Registered - The device is registered to the Cisco Unified Communications
status Manager. Only for this status should one expect a valid
status value for the IP address of the device.
status FoundAndUnregistered - The device is or recently was connected to the
status Cisco Unified Communications Manager, but is not
status registered.
statuscallManagerIP - The CallManagerIP action parameter can be used to restrict the query to
callManagerIP devices matching the specified Cisco Unified Communications Manager
callManagerIP publisher IP address.
callManagerIP| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic CiscoDeviceList.Type getType()
public void setType(CiscoDeviceList.Type value)
value - the value.public java.lang.String getName()
public void setName(java.lang.String value)
value - the value.public java.lang.String getDescription()
public void setDescription(java.lang.String value)
value - the value.public java.lang.String getSearchSpace()
public void setSearchSpace(java.lang.String value)
value - the value.public java.lang.String getPool()
public void setPool(java.lang.String value)
value - the value.public java.lang.String getIP()
public void setIP(java.lang.String value)
value - the value.public CiscoDeviceList.Status getStatus()
public void setStatus(CiscoDeviceList.Status value)
value - the value.public java.lang.String getCallManagerIP()
public void setCallManagerIP(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||