public class GetResult extends ServiceResult
| Constructor and Description |
|---|
GetResult()
Initializes an instance of the
GetResult class |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContinuationToken()
Gets the continuation token
|
KeyValueItem[] |
getKeyValueCollection()
Gets the KeyValueItem array
|
void |
setContinuationToken(java.lang.String continuationToken)
Sets the continuation token
|
void |
setKeyValueCollection(KeyValueItem[] keyValueCollection)
Sets the KeyValueItem array
|
getException, getStateObject, getStatus, setException, setStateObject, setStatus, toStringpublic GetResult()
GetResult classpublic KeyValueItem[] getKeyValueCollection()
public void setKeyValueCollection(KeyValueItem[] keyValueCollection)
keyValueCollection - the keyValueCollection to setpublic java.lang.String getContinuationToken()
public void setContinuationToken(java.lang.String continuationToken)
continuationToken - the continuationToken to set