public static class BatchGetRowResponse.RowResult extends Object
构造器和说明 |
---|
BatchGetRowResponse.RowResult(String tableName,
Error error,
int index) |
BatchGetRowResponse.RowResult(String tableName,
Row row,
ConsumedCapacity consumedCapacity,
int index) |
BatchGetRowResponse.RowResult(String tableName,
Row row,
ConsumedCapacity consumedCapacity,
int index,
byte[] nextToken) |
限定符和类型 | 方法和说明 |
---|---|
ConsumedCapacity |
getConsumedCapacity() |
Error |
getError() |
int |
getIndex() |
byte[] |
getNextToken() |
Row |
getRow() |
String |
getTableName() |
boolean |
hasNextToken() |
boolean |
isSucceed() |
public BatchGetRowResponse.RowResult(String tableName, Error error, int index)
public BatchGetRowResponse.RowResult(String tableName, Row row, ConsumedCapacity consumedCapacity, int index)
public BatchGetRowResponse.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 © 2016. All Rights Reserved.