cisco.uc.cuae.mgmt
Class Management.SipDevicePool

java.lang.Object
  extended by cisco.uc.cuae.mgmt.Management.DevicePool
      extended by cisco.uc.cuae.mgmt.Management.SipDevicePool
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
Management

public static class Management.SipDevicePool
extends Management.DevicePool

See Also:
Serialized Form

Field Summary
 java.lang.String password
          password for the device pool
 java.lang.String proxyAddress
          DERIVED: display name address of this proxy
 java.lang.String proxyId
          proxyId for the device pool
 java.lang.String username
          user name associated with the device pool
 
Fields inherited from class cisco.uc.cuae.mgmt.Management.DevicePool
devices, id, name, parentId
 
Constructor Summary
Management.SipDevicePool()
          Constructs the SipDevicePool.
Management.SipDevicePool(java.lang.String id, java.lang.String parentId, java.lang.String name, Management.Device[] devices, java.lang.String username, java.lang.String password, java.lang.String proxyId, java.lang.String proxyAddress)
          Constructs the SipDevicePool.
 
Method Summary
 java.lang.String getPassword()
          Gets the value.
 java.lang.String getProxyAddress()
          Gets the value.
 java.lang.String getProxyId()
          Gets the value.
 java.lang.String getUsername()
          Gets the value.
 void setPassword(java.lang.String value)
          Sets the value.
 void setProxyAddress(java.lang.String value)
          Sets the value.
 void setProxyId(java.lang.String value)
          Sets the value.
 void setUsername(java.lang.String value)
          Sets the value.
 java.lang.String toString()
           
 
Methods inherited from class cisco.uc.cuae.mgmt.Management.DevicePool
getDevices, getId, getName, getParentId, setDevices, setId, setName, setParentId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

username

public java.lang.String username
user name associated with the device pool


password

public java.lang.String password
password for the device pool


proxyId

public java.lang.String proxyId
proxyId for the device pool


proxyAddress

public java.lang.String proxyAddress
DERIVED: display name address of this proxy

Constructor Detail

Management.SipDevicePool

public Management.SipDevicePool()
Constructs the SipDevicePool. Don't init any fields.


Management.SipDevicePool

public Management.SipDevicePool(java.lang.String id,
                                java.lang.String parentId,
                                java.lang.String name,
                                Management.Device[] devices,
                                java.lang.String username,
                                java.lang.String password,
                                java.lang.String proxyId,
                                java.lang.String proxyAddress)
Constructs the SipDevicePool.

Parameters:
id - id of the device pool
parentId - parent id to which this device pool belongs, parentId for sip device pool, it is the sip domain id, parentId for the rest, it is the ccm cluster id
name - name of the device pool
username - user name associated with the device pool
password - password for the device pool
proxyId - proxyId for the device pool
proxyAddress - DERIVED: display name address of this proxy
Method Detail

toString

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

getUsername

public java.lang.String getUsername()
Gets the value. user name associated with the device pool

Returns:
the value.

setUsername

public void setUsername(java.lang.String value)
Sets the value. user name associated with the device pool

Parameters:
value - the value.

getPassword

public java.lang.String getPassword()
Gets the value. password for the device pool

Returns:
the value.

setPassword

public void setPassword(java.lang.String value)
Sets the value. password for the device pool

Parameters:
value - the value.

getProxyId

public java.lang.String getProxyId()
Gets the value. proxyId for the device pool

Returns:
the value.

setProxyId

public void setProxyId(java.lang.String value)
Sets the value. proxyId for the device pool

Parameters:
value - the value.

getProxyAddress

public java.lang.String getProxyAddress()
Gets the value. DERIVED: display name address of this proxy

Returns:
the value.

setProxyAddress

public void setProxyAddress(java.lang.String value)
Sets the value. DERIVED: display name address of this proxy

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.