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, values
public String getResponseMessage()
getResponseMessage
in interface StatusQuerable
public String getResponseStatus()
getResponseStatus
in interface StatusQuerable
public boolean isError()
isError
in interface StatusQuerable
public String toString()
toString
in class com.google.common.collect.ForwardingObject
Copyright © 2009-2013 jclouds. All Rights Reserved.