| Package | Description |
|---|---|
| com.baidubce.services.tablestorage.model | |
| com.baidubce.services.tablestorage.model.transform |
| Modifier and Type | Method and Description |
|---|---|
TableStorageResult |
GetRowResponse.getResult()
Get the result of this get row response.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableStorageResult> |
ScanResponse.getResults()
Get list of results of this scan response.
|
List<TableStorageResult> |
BatchGetRowResponse.getResults()
Get the results of this response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRowResponse.setResult(TableStorageResult result)
Set the result of this get row response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScanResponse.setResults(List<TableStorageResult> results)
Set the results of this scan response.
|
void |
BatchGetRowResponse.setResults(List<TableStorageResult> results)
Set the results of this response.
|
| Modifier and Type | Method and Description |
|---|---|
TableStorageResult |
TableStorageResultUnmarshaller.unmarshall(com.fasterxml.jackson.databind.JsonNode resultNode)
Unmarshal the result of JsonNode
|
Copyright © 2019. All rights reserved.