Class 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 Detail

      • GenericResponseContainer

        public GenericResponseContainer()
    • Method Detail

      • getSummary

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

        public String getStatus()
      • getMethod

        public String getMethod()