org.idlesoft.libraries.ghapi
Class APIBase.Response

java.lang.Object
  extended by org.idlesoft.libraries.ghapi.APIBase.Response
Enclosing class:
APIBase

public static class APIBase.Response
extends java.lang.Object


Field Summary
 java.lang.String resp
           
 int statusCode
           
 
Constructor Summary
APIBase.Response()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

statusCode

public int statusCode

resp

public java.lang.String resp
Constructor Detail

APIBase.Response

public APIBase.Response()