com.foxinmy.weixin4j.mp.model
Class Menu

java.lang.Object
  extended by 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
Menu(String menuId, List<Button> buttons, MenuMatchRule matchRule)
           
 
Method Summary
 List<Button> getButtons()
           
 MenuMatchRule getMatchRule()
           
 String getMenuId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Menu

public Menu(String menuId,
            List<Button> buttons,
            MenuMatchRule matchRule)
Method Detail

getMenuId

public String getMenuId()

getButtons

public List<Button> getButtons()

getMatchRule

public MenuMatchRule getMatchRule()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.