com.baidubce.services.moladb.model
Class GetItemResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.moladb.model.GetItemResponse
- All Implemented Interfaces:
- Serializable
public class GetItemResponse
- extends AbstractBceResponse
Represents the output of a GetItem operation.
- See Also:
- Serialized Form
Constructor Summary |
GetItemResponse()
Constructs a new GetItemResponse object. |
GetItemResponse
public GetItemResponse()
- Constructs a new GetItemResponse object.
Callers should use the setter or fluent setter (with...) methods to
initialize any additional object members.
getItem
public Map<String,AttributeValue> getItem()
- The method return the Item that got from table in Moladb.
- Returns:
- The Item got from the table in Moladb.
toString
public String toString()
- Return a string representation of the object.
- Overrides:
toString
in class Object
- Returns:
- A string representation of the object.
setItem
public void setItem(Map<String,AttributeValue> other)
- The method set the Item that in GetItemResponse.
- Parameters:
other
- The Items got from the table in MolaDB.
Copyright © 2018. All rights reserved.