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请求的返回
- 另请参见:
- 序列化表格
从类 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