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