public class PutRowRequest extends TxnRequest
| 构造器和说明 |
|---|
PutRowRequest() |
PutRowRequest(RowPutChange rowChange) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getOperationName() |
RowPutChange |
getRowChange()
Get the request parameters for PutRow.
|
void |
setRowChange(RowPutChange rowChange)
Set the request parameters for PutRow.
|
getTransactionId, hasSetTransactionId, setTransactionIdgetExtension, setExtensionpublic PutRowRequest()
public PutRowRequest(RowPutChange rowChange)
public String getOperationName()
public RowPutChange getRowChange()
public void setRowChange(RowPutChange rowChange)
rowChange - The request parameters for PutRow.Copyright © 2025. All Rights Reserved.