|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.CiscoDeviceList.QueryResult
public static class CiscoDeviceList.QueryResult
| 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 |
|---|
public java.lang.String returnValue
public CiscoDeviceList.DeviceListData resultData
public java.lang.Integer count
| Constructor Detail |
|---|
public CiscoDeviceList.QueryResult()
public CiscoDeviceList.QueryResult(java.lang.String returnValue,
CiscoDeviceList.DeviceListData resultData,
java.lang.Integer count)
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 |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getReturnValue()
public void setReturnValue(java.lang.String value)
value - the value.public CiscoDeviceList.DeviceListData getResultData()
public void setResultData(CiscoDeviceList.DeviceListData value)
value - the value.public java.lang.Integer getCount()
public void setCount(java.lang.Integer value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||