|
||||||||||
| 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.BatchGetItemResponse
public class BatchGetItemResponse
Represents the output of a BatchGetItem operation.
| Field Summary |
|---|
| Fields inherited from class com.baidubce.model.AbstractBceResponse |
|---|
metadata |
| Constructor Summary | |
|---|---|
BatchGetItemResponse()
Constructs a new BatchGetItemResponse object. |
|
| Method Summary | |
|---|---|
Map<String,List<Map<String,AttributeValue>>> |
getResponses()
Get the processed items' content for this BatchGetItem request. |
Map<String,KeysAndAttributes> |
getUnprocessedItems()
Get all of the unprocessed items in this BatchGetItem request. |
void |
setResponses(Map<String,List<Map<String,AttributeValue>>> responses)
Set the processed items' content for this BatchGetItem request. |
void |
setUnprocessedItems(Map<String,KeysAndAttributes> items)
Set all of the unprocessed items in this BatchGetItem request. |
String |
toString()
Return a string representation of the response information. |
| Methods inherited from class com.baidubce.model.AbstractBceResponse |
|---|
getMetadata |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BatchGetItemResponse()
| Method Detail |
|---|
public Map<String,KeysAndAttributes> getUnprocessedItems()
public void setUnprocessedItems(Map<String,KeysAndAttributes> items)
items - All of the unprocessed items in this BatchGetItem request, the type is in Mappublic String toString()
toString in class Objectpublic void setResponses(Map<String,List<Map<String,AttributeValue>>> responses)
responses - The processed items' content for this BatchGetItem request.public Map<String,List<Map<String,AttributeValue>>> getResponses()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||