public class TableStorageResult extends Object
| Constructor and Description |
|---|
TableStorageResult(String rowkey,
List<TableStorageCell> cells)
Constructs a result object with rowkey and cells.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableStorageCell> |
getCells()
The list of cells of this object.
|
String |
getRowkey()
Get the rowkey of this object.
|
String |
toString()
Convert this object to string.
|
public TableStorageResult(String rowkey, List<TableStorageCell> cells)
rowkey - The rowkey set to this object.cells - public String getRowkey()
public List<TableStorageCell> getCells()
Copyright © 2021. All rights reserved.