|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tencent.mm.sdk.modelbase.BaseResp
com.tencent.mm.sdk.modelpay.PayResp
public class PayResp
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.tencent.mm.sdk.modelbase.BaseResp |
---|
BaseResp.ErrCode |
Field Summary | |
---|---|
java.lang.String |
extData
Custom string defined by the third-party app. |
java.lang.String |
prepayId
Prepay ID
预支付订单 |
java.lang.String |
returnKey
Data returned to merchant
返回给商家的信息 |
Fields inherited from class com.tencent.mm.sdk.modelbase.BaseResp |
---|
errCode, errStr, openId, transaction |
Constructor Summary | |
---|---|
PayResp()
|
|
PayResp(Bundle data)
|
Method Summary | |
---|---|
boolean |
checkArgs()
Check parameters of this response
检查该响应各个参数的合法性 |
void |
fromBundle(Bundle data)
Deserialize response data in Bundle
从Bundle中反序列化响应数据 |
int |
getType()
Return type ID of the current response. |
void |
toBundle(Bundle data)
Serialize responses in Bundle
将响应序列化到Bundle中 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String prepayId
public java.lang.String returnKey
public java.lang.String extData
Constructor Detail |
---|
public PayResp()
public PayResp(Bundle data)
Method Detail |
---|
public void toBundle(Bundle data)
BaseResp
toBundle
in class BaseResp
data
- public void fromBundle(Bundle data)
BaseResp
fromBundle
in class BaseResp
data
- public int getType()
BaseResp
getType
in class BaseResp
public boolean checkArgs()
BaseResp
checkArgs
in class BaseResp
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |