cisco.uc.cuae.legacy
Class CiscoDeviceList.DeviceListData

java.lang.Object
  extended by cisco.uc.cuae.legacy.CiscoDeviceList.DeviceListData
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
CiscoDeviceList

public static class CiscoDeviceList.DeviceListData
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 CiscoDeviceList.Device[] devices
           
 
Constructor Summary
CiscoDeviceList.DeviceListData()
          Constructs the DeviceListData.
CiscoDeviceList.DeviceListData(CiscoDeviceList.Device[] devices)
          Constructs the DeviceListData.
 
Method Summary
 CiscoDeviceList.Device[] getDevices()
          Gets the value.
 void setDevices(CiscoDeviceList.Device[] 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

devices

public CiscoDeviceList.Device[] devices
Constructor Detail

CiscoDeviceList.DeviceListData

public CiscoDeviceList.DeviceListData()
Constructs the DeviceListData. Don't init any fields.


CiscoDeviceList.DeviceListData

public CiscoDeviceList.DeviceListData(CiscoDeviceList.Device[] devices)
Constructs the DeviceListData.

Method Detail

toString

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

getDevices

public CiscoDeviceList.Device[] getDevices()
Gets the value.

Returns:
the value.

setDevices

public void setDevices(CiscoDeviceList.Device[] value)
Sets the value.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.