public class UpdateRowRequest extends TxnRequest
| 构造器和说明 |
|---|
UpdateRowRequest() |
UpdateRowRequest(RowUpdateChange rowChange) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getOperationName() |
RowUpdateChange |
getRowChange()
获取UpdateRow的请求参数。
|
void |
setRowChange(RowUpdateChange rowChange)
设置UpdateRow的请求参数。
|
getTransactionId, hasSetTransactionId, setTransactionIdpublic UpdateRowRequest()
public UpdateRowRequest(RowUpdateChange rowChange)
public String getOperationName()
public RowUpdateChange getRowChange()
public void setRowChange(RowUpdateChange rowChange)
rowChange - UpdateRow的请求参数。Copyright © 2019. All Rights Reserved.