类 BatchGetRowResponse
- java.lang.Object
-
- com.baidubce.model.AbstractBceResponse
-
- com.baidubce.services.tablestorage.model.AbstractTableStorageResponse
-
- com.baidubce.services.tablestorage.model.BatchGetRowResponse
-
- 所有已实现的接口:
Serializable
public class BatchGetRowResponse extends AbstractTableStorageResponse
Represents the output of a BatchGetRow operation.- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.baidubce.model.AbstractBceResponse
metadata
-
-
构造器概要
构造器 构造器 说明 BatchGetRowResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<TableStorageResult>getResults()Get the results of this response.voidsetResults(List<TableStorageResult> results)Set the results of this response.StringtoString()Convert this response to string.-
从类继承的方法 com.baidubce.model.AbstractBceResponse
getMetadata
-
-
-
-
方法详细资料
-
getResults
public List<TableStorageResult> getResults()
Get the results of this response.- 返回:
- Return the list of all results.
-
setResults
public void setResults(List<TableStorageResult> results)
Set the results of this response.- 参数:
results- the results will be set to this response.
-
toString
public String toString()
Convert this response to string.- 覆盖:
toString在类中AbstractTableStorageResponse- 返回:
- the string represent this response.
-
-