public class GetResult
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
AccessResultCode |
getResultCode()
The result code of the GET operation.
|
DataObject |
getResultData()
Returns the data of return data of this get operation.
|
boolean |
requestSuccessful() |
java.lang.String |
toString() |
public DataObject getResultData()
NOTE: if the value of getResultCode()
is not AccessResultCode.SUCCESS
, the result data is
null
.
public AccessResultCode getResultCode()
public boolean requestSuccessful()
public java.lang.String toString()
toString
in class java.lang.Object