类 GetRowResponse
- java.lang.Object
-
- com.baidubce.model.AbstractBceResponse
-
- com.baidubce.services.tablestorage.model.AbstractTableStorageResponse
-
- com.baidubce.services.tablestorage.model.GetRowResponse
-
- 所有已实现的接口:
Serializable
public class GetRowResponse extends AbstractTableStorageResponse
Represents the output of a GetRow operation.- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.baidubce.model.AbstractBceResponse
metadata
-
-
构造器概要
构造器 构造器 说明 GetRowResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 TableStorageResultgetResult()Get the result of this get row response.voidsetResult(TableStorageResult result)Set the result of this get row response.StringtoString()Convert this response object to string.-
从类继承的方法 com.baidubce.model.AbstractBceResponse
getMetadata
-
-
-
-
方法详细资料
-
getResult
public TableStorageResult getResult()
Get the result of this get row response.- 返回:
- The result object of this get row response.
-
setResult
public void setResult(TableStorageResult result)
Set the result of this get row response.- 参数:
result- The result set to this get row response.
-
toString
public String toString()
Convert this response object to string.- 覆盖:
toString在类中AbstractTableStorageResponse- 返回:
- The string represent this response object.
-
-