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