public class PutRowRequest extends AbstractTableStorageRequest
| Constructor and Description |
|---|
PutRowRequest(String tableName,
String rowkey)
Constructs the put row request with target table name and rowkey.
|
| Modifier and Type | Method and Description |
|---|---|
PutRowRequest |
addCell(String column,
String value)
Add a cell with column name and value.
|
String |
toJsonString()
Convert the put row request object to json string.
|
getTableName, withRequestCredentialsgetRequestCredentials, setRequestCredentialspublic PutRowRequest addCell(String column, String value)
column - The column name of the cell.value - The value of the cell.public String toJsonString()
toJsonString in class AbstractTableStorageRequestCopyright © 2024. All rights reserved.