| Modifier and Type | Field and Description |
|---|---|
protected List<TableStorageCell> |
cells |
protected String |
rowkey |
protected int |
rowSize |
| Constructor and Description |
|---|
TableStorageRow(String rowkey)
Constructs a row object with target rowkey.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
checkRow(TableStorageRow row)
Check this table storage row object
|
List<TableStorageCell> |
getCells()
Get the list of cells of this get object.
|
String |
getRowkey()
Get the rowkey of this get object.
|
int |
getRowSize()
Get the size of this row.
|
String |
toJsonString()
Convert this row to json string.
|
protected String rowkey
protected List<TableStorageCell> cells
protected int rowSize
public TableStorageRow(String rowkey)
rowkey - The target rowkey.public String getRowkey()
public List<TableStorageCell> getCells()
public int getRowSize()
protected static void checkRow(TableStorageRow row)
public String toJsonString()
Copyright © 2020. All rights reserved.