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