cisco.uc.cuae.legacy
Class CiscoDeviceList.ExcludeOptions

java.lang.Object
  extended by cisco.uc.cuae.legacy.CiscoDeviceList.ExcludeOptions
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
CiscoDeviceList

public static class CiscoDeviceList.ExcludeOptions
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String callManagerIP
          The CallManagerIP action parameter can be used to restrict the query to devices not 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 not matching the specified description.
 java.lang.String extn
          The Extn action parameter can be used to restrict the query to devices not matching the specified Extension.
 java.lang.String extnInetAddress
          The ExtnInetAddress action parameter can be used to restrict the query to devices not matching the specified Extn Inet Address.
 java.lang.String iP
          The IP action parameter can be used to restrict the query to devices not matching the specified IP address.
 java.lang.String name
          The Name action parameter can be used to restrict the query to devices not matching the specified name.
 java.lang.String physicalAddress
          The PhysicalAddress action parameter can be used to restrict the query to devices not matching the specified Physical(MAC) address.
 java.lang.String pool
          The Pool action parameter can be used to restrict the query to devices with a configured Device Pool not 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 not matching the specified value.
 CiscoDeviceList.Status status
          The Status action parameter can used to restrict the query to devices not matching the specified status value.
 CiscoDeviceList.Type type
          The Type action parameter can be used to restrict the query to devices not matching a particular type.
 java.lang.String userName
          The UserName action parameter can be used to restrict the query to devices not matching the specified UserName.
 
Constructor Summary
CiscoDeviceList.ExcludeOptions()
          Constructs the ExcludeOptions.
CiscoDeviceList.ExcludeOptions(CiscoDeviceList.Type type, java.lang.String name, java.lang.String description, java.lang.String searchSpace, java.lang.String pool, java.lang.String iP, java.lang.String userName, java.lang.String physicalAddress, java.lang.String extn, java.lang.String extnInetAddress, CiscoDeviceList.Status status, java.lang.String callManagerIP)
          Constructs the ExcludeOptions.
 
Method Summary
 java.lang.String getCallManagerIP()
          Gets the value.
 java.lang.String getDescription()
          Gets the value.
 java.lang.String getExtn()
          Gets the value.
 java.lang.String getExtnInetAddress()
          Gets the value.
 java.lang.String getIP()
          Gets the value.
 java.lang.String getName()
          Gets the value.
 java.lang.String getPhysicalAddress()
          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.
 java.lang.String getUserName()
          Gets the value.
 void setCallManagerIP(java.lang.String value)
          Sets the value.
 void setDescription(java.lang.String value)
          Sets the value.
 void setExtn(java.lang.String value)
          Sets the value.
 void setExtnInetAddress(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 setPhysicalAddress(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.
 void setUserName(java.lang.String 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

type

public CiscoDeviceList.Type type
The Type action parameter can be used to restrict the query to devices not matching a particular type. Valid values are as follows: Cisco7905 Cisco7912 Cisco7920 Cisco7940 Cisco7941 Cisco7941G Cisco7960 Cisco7961G Cisco7970 Cisco7971 IPCommunicator


name

public java.lang.String name
The Name action parameter can be used to restrict the query to devices not matching the specified name.


description

public java.lang.String description
The Description action parameter can be used to restrict the query to devices not matching the specified description.


searchSpace

public java.lang.String searchSpace
The SearchSpace action parameter can be used to restrict the query to devices with a configured CallingSearchSpace not matching the specified value.


pool

public java.lang.String pool
The Pool action parameter can be used to restrict the query to devices with a configured Device Pool not matching the specified value.


iP

public java.lang.String iP
The IP action parameter can be used to restrict the query to devices not matching the specified IP address.


userName

public java.lang.String userName
The UserName action parameter can be used to restrict the query to devices not matching the specified UserName.


physicalAddress

public java.lang.String physicalAddress
The PhysicalAddress action parameter can be used to restrict the query to devices not matching the specified Physical(MAC) address.


extn

public java.lang.String extn
The Extn action parameter can be used to restrict the query to devices not matching the specified Extension.


extnInetAddress

public java.lang.String extnInetAddress
The ExtnInetAddress action parameter can be used to restrict the query to devices not matching the specified Extn Inet Address.


status

public CiscoDeviceList.Status status
The Status action parameter can used to restrict the query to devices not matching the specified status value. Note that in Cisco Unified Communications Manager 5.x/6.x, only Registered and FoundAndUnregistered devices are returned so this field has less value for those versions since NotFound is not supported. NotFound - The device is configured in the Cisco Unified Communications Manager database, but is not registered or connected in any way. Registered - The device is registered to the Cisco Unified Communications Manager. Only for this status should one expect a valid value for the IP address of the device. FoundAndUnregistered - The device is or recently was connected to the Cisco Unified Communications Manager, but is not registered.


callManagerIP

public java.lang.String callManagerIP
The CallManagerIP action parameter can be used to restrict the query to devices not matching the specified Cisco Unified Communications Manager publisher IP address.

Constructor Detail

CiscoDeviceList.ExcludeOptions

public CiscoDeviceList.ExcludeOptions()
Constructs the ExcludeOptions. Don't init any fields.


CiscoDeviceList.ExcludeOptions

public CiscoDeviceList.ExcludeOptions(CiscoDeviceList.Type type,
                                      java.lang.String name,
                                      java.lang.String description,
                                      java.lang.String searchSpace,
                                      java.lang.String pool,
                                      java.lang.String iP,
                                      java.lang.String userName,
                                      java.lang.String physicalAddress,
                                      java.lang.String extn,
                                      java.lang.String extnInetAddress,
                                      CiscoDeviceList.Status status,
                                      java.lang.String callManagerIP)
Constructs the ExcludeOptions.

Parameters:
type - The Type action parameter can be used to restrict the query to devices not type matching 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 type
name - The Name action parameter can be used to restrict the query to devices not name matching the specified name. name
description - The Description action parameter can be used to restrict the query to description devices not matching the specified description. description
searchSpace - The SearchSpace action parameter can be used to restrict the query to searchSpace devices with a configured CallingSearchSpace not matching the specified searchSpace value. searchSpace
pool - The Pool action parameter can be used to restrict the query to devices with pool a configured Device Pool not matching the specified value. pool
iP - The IP action parameter can be used to restrict the query to devices not iP matching the specified IP address. iP
userName - The UserName action parameter can be used to restrict the query to devices userName not matching the specified UserName. userName
physicalAddress - The PhysicalAddress action parameter can be used to restrict the query to physicalAddress devices not matching the specified Physical(MAC) address. physicalAddress
extn - The Extn action parameter can be used to restrict the query to devices not extn matching the specified Extension. extn
extnInetAddress - The ExtnInetAddress action parameter can be used to restrict the query to extnInetAddress devices not matching the specified Extn Inet Address. extnInetAddress
status - The Status action parameter can used to restrict the query to devices not 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. status
callManagerIP - The CallManagerIP action parameter can be used to restrict the query to callManagerIP devices not matching the specified Cisco Unified Communications Manager callManagerIP publisher IP address. callManagerIP
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getType

public CiscoDeviceList.Type getType()
Gets the value. The Type action parameter can be used to restrict the query to devices not matching a particular type. Valid values are as follows: Cisco7905 Cisco7912 Cisco7920 Cisco7940 Cisco7941 Cisco7941G Cisco7960 Cisco7961G Cisco7970 Cisco7971 IPCommunicator

Returns:
the value.

setType

public void setType(CiscoDeviceList.Type value)
Sets the value. The Type action parameter can be used to restrict the query to devices not matching a particular type. Valid values are as follows: Cisco7905 Cisco7912 Cisco7920 Cisco7940 Cisco7941 Cisco7941G Cisco7960 Cisco7961G Cisco7970 Cisco7971 IPCommunicator

Parameters:
value - the value.

getName

public java.lang.String getName()
Gets the value. The Name action parameter can be used to restrict the query to devices not matching the specified name.

Returns:
the value.

setName

public void setName(java.lang.String value)
Sets the value. The Name action parameter can be used to restrict the query to devices not matching the specified name.

Parameters:
value - the value.

getDescription

public java.lang.String getDescription()
Gets the value. The Description action parameter can be used to restrict the query to devices not matching the specified description.

Returns:
the value.

setDescription

public void setDescription(java.lang.String value)
Sets the value. The Description action parameter can be used to restrict the query to devices not matching the specified description.

Parameters:
value - the value.

getSearchSpace

public java.lang.String getSearchSpace()
Gets the value. The SearchSpace action parameter can be used to restrict the query to devices with a configured CallingSearchSpace not matching the specified value.

Returns:
the value.

setSearchSpace

public void setSearchSpace(java.lang.String value)
Sets the value. The SearchSpace action parameter can be used to restrict the query to devices with a configured CallingSearchSpace not matching the specified value.

Parameters:
value - the value.

getPool

public java.lang.String getPool()
Gets the value. The Pool action parameter can be used to restrict the query to devices with a configured Device Pool not matching the specified value.

Returns:
the value.

setPool

public void setPool(java.lang.String value)
Sets the value. The Pool action parameter can be used to restrict the query to devices with a configured Device Pool not matching the specified value.

Parameters:
value - the value.

getIP

public java.lang.String getIP()
Gets the value. The IP action parameter can be used to restrict the query to devices not matching the specified IP address.

Returns:
the value.

setIP

public void setIP(java.lang.String value)
Sets the value. The IP action parameter can be used to restrict the query to devices not matching the specified IP address.

Parameters:
value - the value.

getUserName

public java.lang.String getUserName()
Gets the value. The UserName action parameter can be used to restrict the query to devices not matching the specified UserName.

Returns:
the value.

setUserName

public void setUserName(java.lang.String value)
Sets the value. The UserName action parameter can be used to restrict the query to devices not matching the specified UserName.

Parameters:
value - the value.

getPhysicalAddress

public java.lang.String getPhysicalAddress()
Gets the value. The PhysicalAddress action parameter can be used to restrict the query to devices not matching the specified Physical(MAC) address.

Returns:
the value.

setPhysicalAddress

public void setPhysicalAddress(java.lang.String value)
Sets the value. The PhysicalAddress action parameter can be used to restrict the query to devices not matching the specified Physical(MAC) address.

Parameters:
value - the value.

getExtn

public java.lang.String getExtn()
Gets the value. The Extn action parameter can be used to restrict the query to devices not matching the specified Extension.

Returns:
the value.

setExtn

public void setExtn(java.lang.String value)
Sets the value. The Extn action parameter can be used to restrict the query to devices not matching the specified Extension.

Parameters:
value - the value.

getExtnInetAddress

public java.lang.String getExtnInetAddress()
Gets the value. The ExtnInetAddress action parameter can be used to restrict the query to devices not matching the specified Extn Inet Address.

Returns:
the value.

setExtnInetAddress

public void setExtnInetAddress(java.lang.String value)
Sets the value. The ExtnInetAddress action parameter can be used to restrict the query to devices not matching the specified Extn Inet Address.

Parameters:
value - the value.

getStatus

public CiscoDeviceList.Status getStatus()
Gets the value. The Status action parameter can used to restrict the query to devices not matching the specified status value. Note that in Cisco Unified Communications Manager 5.x/6.x, only Registered and FoundAndUnregistered devices are returned so this field has less value for those versions since NotFound is not supported. NotFound - The device is configured in the Cisco Unified Communications Manager database, but is not registered or connected in any way. Registered - The device is registered to the Cisco Unified Communications Manager. Only for this status should one expect a valid value for the IP address of the device. FoundAndUnregistered - The device is or recently was connected to the Cisco Unified Communications Manager, but is not registered.

Returns:
the value.

setStatus

public void setStatus(CiscoDeviceList.Status value)
Sets the value. The Status action parameter can used to restrict the query to devices not matching the specified status value. Note that in Cisco Unified Communications Manager 5.x/6.x, only Registered and FoundAndUnregistered devices are returned so this field has less value for those versions since NotFound is not supported. NotFound - The device is configured in the Cisco Unified Communications Manager database, but is not registered or connected in any way. Registered - The device is registered to the Cisco Unified Communications Manager. Only for this status should one expect a valid value for the IP address of the device. FoundAndUnregistered - The device is or recently was connected to the Cisco Unified Communications Manager, but is not registered.

Parameters:
value - the value.

getCallManagerIP

public java.lang.String getCallManagerIP()
Gets the value. The CallManagerIP action parameter can be used to restrict the query to devices not matching the specified Cisco Unified Communications Manager publisher IP address.

Returns:
the value.

setCallManagerIP

public void setCallManagerIP(java.lang.String value)
Sets the value. The CallManagerIP action parameter can be used to restrict the query to devices not matching the specified Cisco Unified Communications Manager publisher IP address.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.