public class PutRow extends TableStorageRow
cells, rowkey, rowSize| Constructor and Description |
|---|
PutRow(String rowkey)
Constructs a put row object with rowkey.
|
| Modifier and Type | Method and Description |
|---|---|
PutRow |
addCell(String name,
String value)
Add a cell to this put row object.
|
checkRow, getCells, getRowkey, getRowSize, toJsonStringpublic PutRow(String rowkey)
rowkey - The rowkey of this put row object.Copyright © 2021. All rights reserved.