public class PLChannelCustomMenuSetRequest extends PLBaseRequest
频道自定义菜单设置请求对象类
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
content
字段名:菜单内容
变量名:content
是否必填:是
类型:String
示例值:菜单
描述:用于设置频道菜单的展示内容
|
protected String |
menuType
字段名:菜单类型(现只支持desc)
变量名:menuType
是否必填:是
类型:String
示例值:desc
描述:菜单类型
|
appId, appSecret, sign, timestamp| 构造器和说明 |
|---|
PLChannelCustomMenuSetRequest(String appId,
String appSecret) |
PLChannelCustomMenuSetRequest(String appId,
String appSecret,
String content)
必要参数构造函数
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent() |
String |
getMenuType() |
void |
setContent(String content) |
void |
setMenuType(String menuType) |
String |
toString() |
getAppId, getAppSecret, getParams, getSign, getTimestamp, setAppId, setAppSecret, setSign, setTimestampCopyright © 2019. All rights reserved.