public class GetItemResponse extends AbstractBceResponse
metadata| Constructor and Description |
|---|
GetItemResponse()
Constructs a new GetItemResponse object.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AttributeValue> |
getItem()
The method return the Item that got from table in Moladb.
|
void |
setItem(Map<String,AttributeValue> other)
The method set the Item that in GetItemResponse.
|
String |
toString()
Return a string representation of the object.
|
getMetadatapublic GetItemResponse()
public Map<String,AttributeValue> getItem()
public String toString()
public void setItem(Map<String,AttributeValue> other)
other - The Items got from the table in MolaDB.Copyright © 2022. All rights reserved.