public class MenuCreateReq
extends cn.net.wanmo.common.restful.body.Req
| 构造器和说明 |
|---|
MenuCreateReq() |
| 限定符和类型 | 方法和说明 |
|---|---|
static MenuCreateReq |
build(Menu menu)
创建请求对象
|
private com.alibaba.fastjson2.JSONObject |
byType(MenuButtonType type,
Button button)
根据按钮类型 组织 JSON 对象
|
Menu |
getMenu() |
void |
setMenu(Menu menu) |
String |
toJSONString() |
private Menu menu
public static MenuCreateReq build(Menu menu)
public String toJSONString()
toJSONString 在类中 cn.net.wanmo.common.restful.body.Reqprivate com.alibaba.fastjson2.JSONObject byType(MenuButtonType type, Button button)
type - 按钮类型button - 按钮public Menu getMenu()
public void setMenu(Menu menu)
Copyright © 2024. All rights reserved.