类 GetItemResponse
- java.lang.Object
-
- com.baidubce.model.AbstractBceResponse
-
- com.baidubce.services.moladb.model.GetItemResponse
-
- 所有已实现的接口:
Serializable
public class GetItemResponse extends AbstractBceResponse
Represents the output of a GetItem operation.- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.baidubce.model.AbstractBceResponse
metadata
-
-
构造器概要
构造器 构造器 说明 GetItemResponse()Constructs a new GetItemResponse object.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Map<String,AttributeValue>getItem()The method return the Item that got from table in Moladb.voidsetItem(Map<String,AttributeValue> other)The method set the Item that in GetItemResponse.StringtoString()Return a string representation of the object.-
从类继承的方法 com.baidubce.model.AbstractBceResponse
getMetadata
-
-
-
-
方法详细资料
-
getItem
public Map<String,AttributeValue> getItem()
The method return the Item that got from table in Moladb.- 返回:
- The Item got from the table in Moladb.
-
toString
public String toString()
Return a string representation of the object.
-
setItem
public void setItem(Map<String,AttributeValue> other)
The method set the Item that in GetItemResponse.- 参数:
other- The Items got from the table in MolaDB.
-
-