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
另请参见:
序列化表格

构造方法摘要
Menu()
           
 
方法摘要
 List<MenuButton> getButton()
           
 Matchrule getMatchrule()
           
 String getMenuId()
           
 void setButton(List<MenuButton> button)
           
 void setMatchrule(Matchrule matchrule)
           
 void setMenuId(String menuId)
           
 
从类 com.github.sd4324530.fastweixin.api.entity.BaseModel 继承的方法
toJsonString
 
从类 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.