|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.baidubce.model.AbstractBceResponse
com.baidubce.services.moladb.model.QueryResponse
public class QueryResponse
Represents the output of a Query operation.
| Field Summary |
|---|
| Fields inherited from class com.baidubce.model.AbstractBceResponse |
|---|
metadata |
| Constructor Summary | |
|---|---|
QueryResponse()
Constructs a new QueryResponse object. |
|
| Method Summary | |
|---|---|
List<Map<String,AttributeValue>> |
getItems()
Get the list of result items from this query operation. |
Key |
getLastEvaluatedKey()
Get the LastEvaluatedKey for this query operation, and for next time's request, you can get next page of items from the LastEvaluatedKey. |
void |
setItems(List<Map<String,AttributeValue>> items)
Set the list of result items from this query operation. |
void |
setLastEvaluatedKey(Key lastKey)
Set the LastEvaluatedKey for this query operation, and for next time's request, you can get next page of items from the LastEvaluatedKey. |
| Methods inherited from class com.baidubce.model.AbstractBceResponse |
|---|
getMetadata |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryResponse()
| Method Detail |
|---|
public void setLastEvaluatedKey(Key lastKey)
lastKey - The LastEvaluatedKey for this query operation, and for next time's request, you can get next page of items
from the LastEvaluatedKey.public void setItems(List<Map<String,AttributeValue>> items)
item - A list of result items from this query operation.public Key getLastEvaluatedKey()
Keypublic List<Map<String,AttributeValue>> getItems()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||