|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tencent.mm.sdk.modelbase.BaseReq
public abstract class BaseReq
Field Summary | |
---|---|
java.lang.String |
openId
|
java.lang.String |
transaction
Transaction ID corresponding to this request. |
Constructor Summary | |
---|---|
BaseReq()
|
Method Summary | |
---|---|
abstract boolean |
checkArgs()
Check parameters of this request
检查该请求各个参数的合法性 |
void |
fromBundle(Bundle data)
Deserialize request data in Bundle
从Bundle中反序列化request数据 |
abstract int |
getType()
Return type ID of the current request. |
void |
toBundle(Bundle data)
Serialize requests into Bundle
将请求序列化到Bundle中 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String transaction
public java.lang.String openId
Constructor Detail |
---|
public BaseReq()
Method Detail |
---|
public abstract int getType()
public void toBundle(Bundle data)
data
- public void fromBundle(Bundle data)
data
- public abstract boolean checkArgs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |