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.
|
public DataObject getResultData()
NOTE: if the value of getResultCode()
is not AccessResultCode.SUCCESS
, the result data is
null
.
public AccessResultCode getResultCode()