|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||
java.lang.Objectcom.qq.connect.javabeans.tenpay.TenpayAddressBean
public class TenpayAddressBean
用来封装get_tenpay_addr cgi返回的用户的tenpay的收货信息
| 构造方法摘要 | |
|---|---|
TenpayAddressBean(JSONObject json)
|
|
| 方法摘要 | |
|---|---|
java.util.ArrayList<Address> |
getAddresses()
获取 由用户的地址信息构成的ArrayList |
java.lang.String |
getMsg()
如若调用失败,获取失败原因 |
int |
getRet()
api调用是否成功的标识信息,0标识成功 |
int |
getRetNum()
获取此次调用一共返回了多少条用户的地址信息 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public TenpayAddressBean(JSONObject json)
throws QQConnectException
QQConnectException| 方法详细信息 |
|---|
public int getRet()
public java.lang.String getMsg()
public int getRetNum()
public java.util.ArrayList<Address> getAddresses()
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||