public class WxMpGetSelfMenuInfoResult extends Object implements Serializable
Created by Binary Wang on 2016-11-25.
| 构造器和说明 |
|---|
WxMpGetSelfMenuInfoResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
static WxMpGetSelfMenuInfoResult |
fromJson(String json) |
Integer |
getIsMenuOpen() |
WxMpSelfMenuInfo |
getSelfMenuInfo() |
void |
setIsMenuOpen(Integer isMenuOpen) |
void |
setSelfMenuInfo(WxMpSelfMenuInfo selfMenuInfo) |
String |
toString() |
public static WxMpGetSelfMenuInfoResult fromJson(String json)
public WxMpSelfMenuInfo getSelfMenuInfo()
public void setSelfMenuInfo(WxMpSelfMenuInfo selfMenuInfo)
public Integer getIsMenuOpen()
public void setIsMenuOpen(Integer isMenuOpen)
Copyright © 2017. All rights reserved.