public class DeleteRowResponse extends Response implements Jsonizable
| Constructor and Description |
|---|
DeleteRowResponse(Response meta,
Row row,
ConsumedCapacity consumedCapacity) |
| Modifier and Type | Method and Description |
|---|---|
ConsumedCapacity |
getConsumedCapacity()
获取此次操作消耗的能力单元。
|
Row |
getRow() |
String |
jsonize() |
void |
jsonize(StringBuilder sb,
String newline) |
void |
setRow(Row row) |
getRequestId, getTraceId, setRequestId, setTraceIdpublic DeleteRowResponse(Response meta, Row row, ConsumedCapacity consumedCapacity)
public ConsumedCapacity getConsumedCapacity()
public String jsonize()
jsonize in interface Jsonizablepublic void jsonize(StringBuilder sb, String newline)
jsonize in interface Jsonizablepublic Row getRow()
public void setRow(Row row)
Copyright © 2024. All Rights Reserved.