org.jclouds.gogrid.functions
Class GenericResponseContainer<T>

java.lang.Object
  extended by 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 Summary
GenericResponseContainer()
           
 
Method Summary
 SortedSet<T> getList()
           
 String getMethod()
           
 String getStatus()
           
 org.jclouds.gogrid.functions.GenericResponseContainer.Summary getSummary()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericResponseContainer

public GenericResponseContainer()
Method Detail

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.