public static class BatchGetRowResult.RowStatus extends Object
构造器和说明 |
---|
BatchGetRowResult.RowStatus(String tableName,
Error error,
int index) |
BatchGetRowResult.RowStatus(String tableName,
Row row,
ConsumedCapacity consumedCapacity,
int index) |
public BatchGetRowResult.RowStatus(String tableName, Error error, int index)
public BatchGetRowResult.RowStatus(String tableName, Row row, ConsumedCapacity consumedCapacity, int index)
public boolean isSucceed()
public String getTableName()
public Error getError()
public Row getRow()
public ConsumedCapacity getConsumedCapacity()
public int getIndex()
Copyright © 2016. All Rights Reserved.