public class PutRowRequest extends TxnRequest
| Constructor and Description |
|---|
PutRowRequest() |
PutRowRequest(RowPutChange rowChange) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperationName() |
RowPutChange |
getRowChange()
获取PutRow的请求参数。
|
void |
setRowChange(RowPutChange rowChange)
设置PutRow的请求参数。
|
getTransactionId, hasSetTransactionId, setTransactionIdgetExtension, setExtensionpublic PutRowRequest()
public PutRowRequest(RowPutChange rowChange)
public String getOperationName()
public RowPutChange getRowChange()
public void setRowChange(RowPutChange rowChange)
rowChange - PutRow的请求参数。Copyright © 2024. All Rights Reserved.