|
|||||||||
| 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.SccpDevicePool
public static class Management.SccpDevicePool
| Field Summary | |
|---|---|
java.lang.String |
primarySubscriberId
Primary subscriber for the SCCP Device Pool |
java.lang.String |
quaternarySubscriberId
Quaternary subscriber for the SCCP Device Pool |
java.lang.String |
secondarySubscriberId
Secondary subscriber for the SCCP Device Pool |
java.lang.String |
srstId
Subscriber assigned as SRST for the SCCP Device Pool |
java.lang.String |
tertiarySubscriberId
Tertiary subscriber for the SCCP Device Pool |
| Fields inherited from class cisco.uc.cuae.mgmt.Management.DevicePool |
|---|
devices, id, name, parentId |
| Constructor Summary | |
|---|---|
Management.SccpDevicePool()
Constructs the SccpDevicePool. |
|
Management.SccpDevicePool(java.lang.String id,
java.lang.String parentId,
java.lang.String name,
Management.Device[] devices,
java.lang.String primarySubscriberId,
java.lang.String secondarySubscriberId,
java.lang.String tertiarySubscriberId,
java.lang.String quaternarySubscriberId,
java.lang.String srstId)
Constructs the SccpDevicePool. |
|
| Method Summary | |
|---|---|
java.lang.String |
getPrimarySubscriberId()
Gets the value. |
java.lang.String |
getQuaternarySubscriberId()
Gets the value. |
java.lang.String |
getSecondarySubscriberId()
Gets the value. |
java.lang.String |
getSrstId()
Gets the value. |
java.lang.String |
getTertiarySubscriberId()
Gets the value. |
void |
setPrimarySubscriberId(java.lang.String value)
Sets the value. |
void |
setQuaternarySubscriberId(java.lang.String value)
Sets the value. |
void |
setSecondarySubscriberId(java.lang.String value)
Sets the value. |
void |
setSrstId(java.lang.String value)
Sets the value. |
void |
setTertiarySubscriberId(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 primarySubscriberId
public java.lang.String secondarySubscriberId
public java.lang.String tertiarySubscriberId
public java.lang.String quaternarySubscriberId
public java.lang.String srstId
| Constructor Detail |
|---|
public Management.SccpDevicePool()
public Management.SccpDevicePool(java.lang.String id,
java.lang.String parentId,
java.lang.String name,
Management.Device[] devices,
java.lang.String primarySubscriberId,
java.lang.String secondarySubscriberId,
java.lang.String tertiarySubscriberId,
java.lang.String quaternarySubscriberId,
java.lang.String srstId)
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 poolprimarySubscriberId - Primary subscriber for the SCCP Device PoolsecondarySubscriberId - Secondary subscriber for the SCCP Device PooltertiarySubscriberId - Tertiary subscriber for the SCCP Device PoolquaternarySubscriberId - Quaternary subscriber for the SCCP Device PoolsrstId - Subscriber assigned as SRST for the SCCP Device Pool| Method Detail |
|---|
public java.lang.String toString()
toString in class Management.DevicePoolpublic java.lang.String getPrimarySubscriberId()
public void setPrimarySubscriberId(java.lang.String value)
value - the value.public java.lang.String getSecondarySubscriberId()
public void setSecondarySubscriberId(java.lang.String value)
value - the value.public java.lang.String getTertiarySubscriberId()
public void setTertiarySubscriberId(java.lang.String value)
value - the value.public java.lang.String getQuaternarySubscriberId()
public void setQuaternarySubscriberId(java.lang.String value)
value - the value.public java.lang.String getSrstId()
public void setSrstId(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||