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