public abstract class SetWithStatusResponse<T> extends com.google.common.collect.ForwardingSet<T> implements StatusQuerable
This is useful for methods that return a Set and the XML response has no other elements but the set of elements (and message and status of course).
| Constructor and Description | 
|---|
SetWithStatusResponse()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getResponseMessage()  | 
String | 
getResponseStatus()  | 
boolean | 
isError()  | 
String | 
toString()  | 
delegate, equals, hashCode, standardEquals, standardHashCode, standardRemoveAlladd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArraypublic 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.