public static class BatchGetRowResponse.RowResult extends Object
| Constructor and Description |
|---|
RowResult(String tableName,
Error error,
int index) |
RowResult(String tableName,
Row row,
ConsumedCapacity consumedCapacity,
int index) |
RowResult(String tableName,
Row row,
ConsumedCapacity consumedCapacity,
int index,
byte[] nextToken) |
| Modifier and Type | Method and Description |
|---|---|
ConsumedCapacity |
getConsumedCapacity() |
Error |
getError() |
int |
getIndex() |
byte[] |
getNextToken() |
Row |
getRow() |
String |
getTableName() |
boolean |
hasNextToken() |
boolean |
isSucceed() |
public RowResult(String tableName, Row row, ConsumedCapacity consumedCapacity, int index)
public RowResult(String tableName, Row row, ConsumedCapacity consumedCapacity, int index, byte[] nextToken)
public boolean isSucceed()
public String getTableName()
public Error getError()
public Row getRow()
public ConsumedCapacity getConsumedCapacity()
public int getIndex()
public byte[] getNextToken()
public boolean hasNextToken()
Copyright © 2024. All Rights Reserved.