|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.mgmt.Management.DevicePool
public static class Management.DevicePool
| Field Summary | |
|---|---|
Management.Device[] |
devices
|
java.lang.String |
id
id of the device pool |
java.lang.String |
name
name of the device pool |
java.lang.String |
parentId
parent id to which this device pool belongs, for sip device pool, it is the sip domain id, for the rest, it is the ccm cluster id |
| Constructor Summary | |
|---|---|
Management.DevicePool()
Constructs the DevicePool. |
|
Management.DevicePool(java.lang.String id,
java.lang.String parentId,
java.lang.String name,
Management.Device[] devices)
Constructs the DevicePool. |
|
| Method Summary | |
|---|---|
Management.Device[] |
getDevices()
Gets the value. |
java.lang.String |
getId()
Gets the value. |
java.lang.String |
getName()
Gets the value. |
java.lang.String |
getParentId()
Gets the value. |
void |
setDevices(Management.Device[] value)
Sets the value. |
void |
setId(java.lang.String value)
Sets the value. |
void |
setName(java.lang.String value)
Sets the value. |
void |
setParentId(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 |
|---|
public java.lang.String id
public java.lang.String parentId
public java.lang.String name
public Management.Device[] devices
| Constructor Detail |
|---|
public Management.DevicePool()
public Management.DevicePool(java.lang.String id,
java.lang.String parentId,
java.lang.String name,
Management.Device[] devices)
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 pool| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getId()
public void setId(java.lang.String value)
value - the value.public java.lang.String getParentId()
public void setParentId(java.lang.String value)
value - the value.public java.lang.String getName()
public void setName(java.lang.String value)
value - the value.public Management.Device[] getDevices()
public void setDevices(Management.Device[] value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||