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.
  • Constructor Details

    • GenericResponseContainer

      public GenericResponseContainer()
  • Method Details

    • getSummary

      public org.jclouds.gogrid.functions.GenericResponseContainer.Summary getSummary()
    • getStatus

      public String getStatus()
    • getMethod

      public String getMethod()
    • getList

      public SortedSet<T> getList()