public static class JumpToBizProfile.Req extends BaseReq
限定符和类型 | 字段和说明 |
---|---|
java.lang.String |
extMsg
The extra info message, The length should be within 1KB
携带的额外信息,长度不能超度1kb |
int |
profileType
The jump profile type, jump to profile default value is 0, jump to hardware profile value is 1
跳转的公众号类型,跳转至普通公众号profile为0, 跳转至硬件公众号profile为1 |
java.lang.String |
toUserName
User Name of the brand account you want jump to
要跳转公众号的user name |
openId, transaction
构造器和说明 |
---|
JumpToBizProfile.Req() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
checkArgs()
Check parameters of this request
检查该请求各个参数的合法性 |
void |
fromBundle(android.os.Bundle data)
Deserialize request data in Bundle
从Bundle中反序列化request数据 |
int |
getType()
Return type ID of the current request.
|
void |
toBundle(android.os.Bundle data)
Serialize requests into Bundle
将请求序列化到Bundle中 |
public java.lang.String toUserName
public java.lang.String extMsg
public int profileType
public int getType()
BaseReq
public boolean checkArgs()
BaseReq
public void toBundle(android.os.Bundle data)
BaseReq
public void fromBundle(android.os.Bundle data)
BaseReq
fromBundle
在类中 BaseReq
data
-