cisco.uc.cuae.legacy
Class CiscoDeviceList.QueryResult

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

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

See Also:
Serialized Form

Field Summary
 java.lang.Integer count
          The number of devices returned in the query.
 CiscoDeviceList.DeviceListData resultData
          A .NET System.Data.DataTable that contains rows and columns corresponding to the devices and attributes returned for the query.
 java.lang.String returnValue
           
 
Constructor Summary
CiscoDeviceList.QueryResult()
          Constructs the QueryResult.
CiscoDeviceList.QueryResult(java.lang.String returnValue, CiscoDeviceList.DeviceListData resultData, java.lang.Integer count)
          Constructs the QueryResult.
 
Method Summary
 java.lang.Integer getCount()
          Gets the value.
 CiscoDeviceList.DeviceListData getResultData()
          Gets the value.
 java.lang.String getReturnValue()
          Gets the value.
 void setCount(java.lang.Integer value)
          Sets the value.
 void setResultData(CiscoDeviceList.DeviceListData value)
          Sets the value.
 void setReturnValue(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

returnValue

public java.lang.String returnValue

resultData

public CiscoDeviceList.DeviceListData resultData
A .NET System.Data.DataTable that contains rows and columns corresponding to the devices and attributes returned for the query. Info: The original type 'System.Data.DataTable' is replaced by etchType 'DeviceListData'.


count

public java.lang.Integer count
The number of devices returned in the query.

Constructor Detail

CiscoDeviceList.QueryResult

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


CiscoDeviceList.QueryResult

public CiscoDeviceList.QueryResult(java.lang.String returnValue,
                                   CiscoDeviceList.DeviceListData resultData,
                                   java.lang.Integer count)
Constructs the QueryResult.

Parameters:
resultData - A .NET System.Data.DataTable that contains rows and columns corresponding resultData to the devices and attributes returned for the query. resultData resultData Info: The original type 'System.Data.DataTable' is replaced by etchType 'DeviceListData'.
count - The number of devices returned in the query. count
Method Detail

toString

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

getReturnValue

public java.lang.String getReturnValue()
Gets the value.

Returns:
the value.

setReturnValue

public void setReturnValue(java.lang.String value)
Sets the value.

Parameters:
value - the value.

getResultData

public CiscoDeviceList.DeviceListData getResultData()
Gets the value. A .NET System.Data.DataTable that contains rows and columns corresponding to the devices and attributes returned for the query. Info: The original type 'System.Data.DataTable' is replaced by etchType 'DeviceListData'.

Returns:
the value.

setResultData

public void setResultData(CiscoDeviceList.DeviceListData value)
Sets the value. A .NET System.Data.DataTable that contains rows and columns corresponding to the devices and attributes returned for the query. Info: The original type 'System.Data.DataTable' is replaced by etchType 'DeviceListData'.

Parameters:
value - the value.

getCount

public java.lang.Integer getCount()
Gets the value. The number of devices returned in the query.

Returns:
the value.

setCount

public void setCount(java.lang.Integer value)
Sets the value. The number of devices returned in the query.

Parameters:
value - the value.


Copyright © 2008. All Rights Reserved.