|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.CiscoExtensionMobility.QueryDevicesResult
public static class CiscoExtensionMobility.QueryDevicesResult
| Field Summary | |
|---|---|
java.lang.String |
errorMessage
This error message maps almost exactly to the standard Cisco Unified Communications Manager Extension Mobility API error messages. |
CiscoExtensionMobility.QueryDevicesResultData |
queryDevicesResult
A complex variable type containing the data returned by this action. |
java.lang.String |
returnValue
|
| Constructor Summary | |
|---|---|
CiscoExtensionMobility.QueryDevicesResult()
Constructs the QueryDevicesResult. |
|
CiscoExtensionMobility.QueryDevicesResult(java.lang.String returnValue,
CiscoExtensionMobility.QueryDevicesResultData queryDevicesResult,
java.lang.String errorMessage)
Constructs the QueryDevicesResult. |
|
| Method Summary | |
|---|---|
java.lang.String |
getErrorMessage()
Gets the value. |
CiscoExtensionMobility.QueryDevicesResultData |
getQueryDevicesResult()
Gets the value. |
java.lang.String |
getReturnValue()
Gets the value. |
void |
setErrorMessage(java.lang.String value)
Sets the value. |
void |
setQueryDevicesResult(CiscoExtensionMobility.QueryDevicesResultData 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 CiscoExtensionMobility.QueryDevicesResultData queryDevicesResult
public java.lang.String errorMessage
| Constructor Detail |
|---|
public CiscoExtensionMobility.QueryDevicesResult()
public CiscoExtensionMobility.QueryDevicesResult(java.lang.String returnValue,
CiscoExtensionMobility.QueryDevicesResultData queryDevicesResult,
java.lang.String errorMessage)
queryDevicesResult - A complex variable type containing the data returned by this action. It
queryDevicesResult is populated only on success. It can be parsed easily by using the
queryDevicesResult GetDeviceStatus action.
queryDevicesResult
queryDevicesResult Info: The original type 'Metreos.Types.CiscoExtensionMobility.UserResponse' is replaced by etchType 'QueryDevicesResultData'.errorMessage - This error message maps almost exactly to the standard Cisco Unified
errorMessage Communications Manager Extension Mobility API error messages. The one
errorMessage exception is if the service returns null, which is returned by this
errorMessage action if the Extension Mobility service did not respond back to the
errorMessage Cisco Unified Application Server with response XML or if the action was
errorMessage unable to communication with the service.
errorMessage| 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 CiscoExtensionMobility.QueryDevicesResultData getQueryDevicesResult()
public void setQueryDevicesResult(CiscoExtensionMobility.QueryDevicesResultData value)
value - the value.public java.lang.String getErrorMessage()
public void setErrorMessage(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||