public class GetRowResponse extends Response implements Jsonizable
| Constructor and Description |
|---|
GetRowResponse(Response meta,
Row row,
ConsumedCapacity consumedCapacity) |
| Modifier and Type | Method and Description |
|---|---|
ConsumedCapacity |
getConsumedCapacity()
获取此次操作消耗的能力单元。
|
byte[] |
getNextToken() |
Row |
getRow()
获取单行查询返回的数据。
|
boolean |
hasNextToken() |
String |
jsonize() |
void |
jsonize(StringBuilder sb,
String newline) |
void |
setNextToken(byte[] nextToken) |
getRequestId, getTraceId, setRequestId, setTraceIdpublic GetRowResponse(Response meta, Row row, ConsumedCapacity consumedCapacity)
public Row getRow()
public ConsumedCapacity getConsumedCapacity()
public byte[] getNextToken()
public void setNextToken(byte[] nextToken)
public boolean hasNextToken()
public String jsonize()
jsonize in interface Jsonizablepublic void jsonize(StringBuilder sb, String newline)
jsonize in interface JsonizableCopyright © 2024. All Rights Reserved.