Package com.foxinmy.weixin4j.mp.model
Class Menu
- java.lang.Object
-
- com.foxinmy.weixin4j.mp.model.Menu
-
- All Implemented Interfaces:
Serializable
public class Menu extends Object implements Serializable
εΊι¨θε- Since:
- JDK 1.7
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Menu(String menuId, List<Button> buttons, MenuMatchRule matchRule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Button>
getButtons()
MenuMatchRule
getMatchRule()
String
getMenuId()
String
toString()
-
-
-
Constructor Detail
-
Menu
public Menu(String menuId, List<Button> buttons, MenuMatchRule matchRule)
-
-