public class GetItemOutcome extends Object
| Constructor and Description | 
|---|
GetItemOutcome(GetItemResult result)  | 
| Modifier and Type | Method and Description | 
|---|---|
GetItemResult | 
getGetItemResult()
Returns a non-null low-level result returned from the server side. 
 | 
Item | 
getItem()
Returns all the returned attributes as an  
Item; or null if the
 item doesn't exist. | 
String | 
toString()  | 
public GetItemOutcome(GetItemResult result)
result - the low-level result; must not be nullpublic Item getItem()
Item; or null if the
 item doesn't exist.public GetItemResult getGetItemResult()
Copyright © 2015. All rights reserved.