cisco.uc.cuae.mgmt
Class Management.SccpDevicePool

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

public static class Management.SccpDevicePool
extends Management.DevicePool

See Also:
Serialized Form

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

primarySubscriberId

public java.lang.String primarySubscriberId
Primary subscriber for the SCCP Device Pool


secondarySubscriberId

public java.lang.String secondarySubscriberId
Secondary subscriber for the SCCP Device Pool


tertiarySubscriberId

public java.lang.String tertiarySubscriberId
Tertiary subscriber for the SCCP Device Pool


quaternarySubscriberId

public java.lang.String quaternarySubscriberId
Quaternary subscriber for the SCCP Device Pool


srstId

public java.lang.String srstId
Subscriber assigned as SRST for the SCCP Device Pool

Constructor Detail

Management.SccpDevicePool

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


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)
Constructs the SccpDevicePool.

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
primarySubscriberId - Primary subscriber for the SCCP Device Pool
secondarySubscriberId - Secondary subscriber for the SCCP Device Pool
tertiarySubscriberId - Tertiary subscriber for the SCCP Device Pool
quaternarySubscriberId - Quaternary subscriber for the SCCP Device Pool
srstId - Subscriber assigned as SRST for the SCCP Device Pool
Method Detail

toString

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

getPrimarySubscriberId

public java.lang.String getPrimarySubscriberId()
Gets the value. Primary subscriber for the SCCP Device Pool

Returns:
the value.

setPrimarySubscriberId

public void setPrimarySubscriberId(java.lang.String value)
Sets the value. Primary subscriber for the SCCP Device Pool

Parameters:
value - the value.

getSecondarySubscriberId

public java.lang.String getSecondarySubscriberId()
Gets the value. Secondary subscriber for the SCCP Device Pool

Returns:
the value.

setSecondarySubscriberId

public void setSecondarySubscriberId(java.lang.String value)
Sets the value. Secondary subscriber for the SCCP Device Pool

Parameters:
value - the value.

getTertiarySubscriberId

public java.lang.String getTertiarySubscriberId()
Gets the value. Tertiary subscriber for the SCCP Device Pool

Returns:
the value.

setTertiarySubscriberId

public void setTertiarySubscriberId(java.lang.String value)
Sets the value. Tertiary subscriber for the SCCP Device Pool

Parameters:
value - the value.

getQuaternarySubscriberId

public java.lang.String getQuaternarySubscriberId()
Gets the value. Quaternary subscriber for the SCCP Device Pool

Returns:
the value.

setQuaternarySubscriberId

public void setQuaternarySubscriberId(java.lang.String value)
Sets the value. Quaternary subscriber for the SCCP Device Pool

Parameters:
value - the value.

getSrstId

public java.lang.String getSrstId()
Gets the value. Subscriber assigned as SRST for the SCCP Device Pool

Returns:
the value.

setSrstId

public void setSrstId(java.lang.String value)
Sets the value. Subscriber assigned as SRST for the SCCP Device Pool

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.