cisco.uc.cuae.mgmt
Class Management.SipTrunk

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

public static class Management.SipTrunk
extends Management.Device

See Also:
Serialized Form

Field Summary
 
Fields inherited from class cisco.uc.cuae.mgmt.Management.Device
deviceStatus, directoryNumber, id, name, parentId
 
Constructor Summary
Management.SipTrunk()
          Constructs the SipTrunk.
Management.SipTrunk(java.lang.String id, java.lang.String parentId, java.lang.String name, java.lang.String directoryNumber, java.lang.String deviceStatus)
          Constructs the SipTrunk.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class cisco.uc.cuae.mgmt.Management.Device
getDeviceStatus, getDirectoryNumber, getId, getName, getParentId, setDeviceStatus, setDirectoryNumber, setId, setName, setParentId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Management.SipTrunk

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


Management.SipTrunk

public Management.SipTrunk(java.lang.String id,
                           java.lang.String parentId,
                           java.lang.String name,
                           java.lang.String directoryNumber,
                           java.lang.String deviceStatus)
Constructs the SipTrunk.

Parameters:
id - The database ID of this DevicePoolDevice
parentId - The database ID of the parent device pool this device is in
name - The value (name or MAC) of this DevicePoolDevice
directoryNumber - The directory number of this DevicePoolDevice
deviceStatus - the current status. Valid values are: deviceStatus UNSPECIFIED: the current state is unknown deviceStatus DISABLED_STOPPED: the device is disabled and has been stopped deviceStatus DISABLED_ERROR: the device is disabled because of an error while starting deviceStatus DISABLED_RUNNING: not currently used (marked disabled but not yet stopped) deviceStatus ENABLED_STOPPED: enabled but not yet running deviceStatus ENABLED_RUNNING: enabled and running
Method Detail

toString

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


Copyright © 2010. All Rights Reserved.