com.github.sd4324530.fastweixin.api.entity
类 Menu
java.lang.Object
com.github.sd4324530.fastweixin.api.entity.BaseModel
com.github.sd4324530.fastweixin.api.entity.Menu
- 所有已实现的接口:
- Model, Serializable
public class Menu
- extends BaseModel
菜单对象,包含所有菜单按钮
- 作者:
- peiyu
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Menu
public Menu()
getButton
public List<MenuButton> getButton()
setButton
public void setButton(List<MenuButton> button)
getMatchrule
public Matchrule getMatchrule()
setMatchrule
public void setMatchrule(Matchrule matchrule)
getMenuId
public String getMenuId()
setMenuId
public void setMenuId(String menuId)
Copyright © 2017. All rights reserved.