|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.mgmt.Management.DevicePool
cisco.uc.cuae.mgmt.Management.SipDevicePool
public static class Management.SipDevicePool
| 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 |
|---|
public java.lang.String username
public java.lang.String password
public java.lang.String proxyId
public java.lang.String proxyAddress
| Constructor Detail |
|---|
public 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)
id - id of the device poolparentId - 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 idname - name of the device poolusername - user name associated with the device poolpassword - password for the device poolproxyId - proxyId for the device poolproxyAddress - DERIVED: display name address of this proxy| Method Detail |
|---|
public java.lang.String toString()
toString in class Management.DevicePoolpublic java.lang.String getUsername()
public void setUsername(java.lang.String value)
value - the value.public java.lang.String getPassword()
public void setPassword(java.lang.String value)
value - the value.public java.lang.String getProxyId()
public void setProxyId(java.lang.String value)
value - the value.public java.lang.String getProxyAddress()
public void setProxyAddress(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||