Package org.jclouds.gogrid.functions
Class GenericResponseContainer<T>
- java.lang.Object
-
- org.jclouds.gogrid.functions.GenericResponseContainer<T>
-
public class GenericResponseContainer<T> extends Object
General format of GoGrid's response. This is the view for most responses, and the actual result (or error) will be set tolist
. Note that even the single returned item will be set tolist
per GoGrid's design. This class is not intended to be used by customers directly, it is here to assist in deserialization.
-
-
Constructor Summary
Constructors Constructor Description GenericResponseContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SortedSet<T>
getList()
String
getMethod()
String
getStatus()
org.jclouds.gogrid.functions.GenericResponseContainer.Summary
getSummary()
-