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