public abstract class MapWithStatusResponse<K,V> extends com.google.common.collect.ForwardingMap<K,V> implements StatusQuerable
This is useful for methods that return a set of elements that are better represented as key value pairs.
| Constructor and Description | 
|---|
MapWithStatusResponse()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getResponseMessage()  | 
String | 
getResponseStatus()  | 
boolean | 
isError()  | 
String | 
toString()  | 
clear, containsKey, containsValue, delegate, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, valuespublic String getResponseMessage()
getResponseMessage in interface StatusQuerablepublic String getResponseStatus()
getResponseStatus in interface StatusQuerablepublic boolean isError()
isError in interface StatusQuerablepublic String toString()
toString in class com.google.common.collect.ForwardingObjectCopyright © 2009-2013 jclouds. All Rights Reserved.