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 to list. Note that even the single returned item will be set
to list per GoGrid's design.
This class is not intended to be used by customers directly, it is here to
assist in deserialization.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericResponseContainer
public GenericResponseContainer()
getSummary
public org.jclouds.gogrid.functions.GenericResponseContainer.Summary getSummary()
getStatus
public String getStatus()
getMethod
public String getMethod()
getList
public SortedSet<T> getList()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.