public class GetRow extends TableStorageRow
cells, rowkey, rowSize| Constructor and Description |
|---|
GetRow(String rowkey)
Constructs a get row object with target rowkey.
|
| Modifier and Type | Method and Description |
|---|---|
GetRow |
addCell(String name)
Add a cell with column name to this get row object.
|
int |
getMaxVersions()
Get maxVersions in GetRow.
|
void |
setMaxVersions(int maxVersions)
Set maxVersions.
|
String |
toJsonString()
Convert this row to json string.
|
checkRow, getCells, getRowkey, getRowSizepublic GetRow(String rowkey)
rowkey - The target rowkey.public int getMaxVersions()
public void setMaxVersions(int maxVersions)
maxVersions - The target maxVersions.public GetRow addCell(String name)
name - The column name of this cell.public String toJsonString()
toJsonString in class TableStorageRowCopyright © 2020. All rights reserved.