public class ClickMenu extends BaseMenu
| Constructor and Description |
|---|
ClickMenu() |
ClickMenu(String name,
String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
菜单KEY值,用于消息接口推送,不超过128字节
|
MenuType |
getType()
菜单的响应动作类型,目前有click、view两种类型
|
void |
setKey(String key)
菜单KEY值,用于消息接口推送,不超过128字节
|
void |
setType(String type)
菜单的响应动作类型,目前有click、view两种类型
|
String |
toString() |
Copyright © 2012–2020 Wudao Software Studio. All rights reserved.