com.qq.connect
类 QQConnectResponse

java.lang.Object
  继承者 com.qq.connect.QQConnectResponse
所有已实现的接口:
java.io.Serializable
直接已知子类:
AccessToken, AlbumBean, FansIdolsBean, GeneralResultBean, PageFansBean, UserInfoBean, UserInfoBean, WeiboBean

public class QQConnectResponse
extends java.lang.Object
implements java.io.Serializable

用户无需显示生成此类的对象,用来封装所有的api调用过程中cgi请求的返回

另请参见:
序列化表格

构造方法摘要
QQConnectResponse()
           
QQConnectResponse(Response res)
           
 
方法摘要
protected static int getInt(java.lang.String key, JSONObject json)
           
protected static java.lang.String getString(java.lang.String name, JSONObject json, boolean decode)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

QQConnectResponse

public QQConnectResponse()

QQConnectResponse

public QQConnectResponse(Response res)
方法详细信息

getString

protected static java.lang.String getString(java.lang.String name,
                                            JSONObject json,
                                            boolean decode)

getInt

protected static int getInt(java.lang.String key,
                            JSONObject json)
                     throws JSONException
抛出:
JSONException