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, standardRemoveAll
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
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.