com.aliyun.openservices.ots.model
类 BatchGetRowResult.RowStatus
java.lang.Object
com.aliyun.openservices.ots.model.BatchGetRowResult.RowStatus
- 包容类:
- BatchGetRowResult
public static class BatchGetRowResult.RowStatus
- extends Object
BatchGetRow批量操作中单行查询的结果。
若isSucceed为true,则代表该行查询操作成功,可以通过getRow获取单行查询的结果。
若isSucceed为false,则代表该行查询操作失败,可以通过getError获取失败的错误信息。
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchGetRowResult.RowStatus
public BatchGetRowResult.RowStatus(Error error)
BatchGetRowResult.RowStatus
public BatchGetRowResult.RowStatus(Row row,
ConsumedCapacity consumedCapacity)
isSucceed
public boolean isSucceed()
getError
public Error getError()
getRow
public Row getRow()
getConsumedCapacity
public ConsumedCapacity getConsumedCapacity()
Copyright © 2014. All Rights Reserved.