public class BatchGetRowResponse extends AbstractTableStorageResponse
metadata| Constructor and Description |
|---|
BatchGetRowResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<TableStorageResult> |
getResults()
Get the results of this response.
|
void |
setResults(List<TableStorageResult> results)
Set the results of this response.
|
String |
toString()
Convert this response to string.
|
getMetadatapublic List<TableStorageResult> getResults()
public void setResults(List<TableStorageResult> results)
results - the results will be set to this response.public String toString()
toString in class AbstractTableStorageResponseCopyright © 2024. All rights reserved.