public class QueryMenu extends AlipayObject
| 构造器和说明 |
|---|
QueryMenu() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ButtonObject> |
getButton() |
List<QueryLabelRule> |
getLabelRule() |
String |
getMenuKey() |
String |
getType() |
void |
setButton(List<ButtonObject> button) |
void |
setLabelRule(List<QueryLabelRule> labelRule) |
void |
setMenuKey(String menuKey) |
void |
setType(String type) |
public List<ButtonObject> getButton()
public void setButton(List<ButtonObject> button)
public List<QueryLabelRule> getLabelRule()
public void setLabelRule(List<QueryLabelRule> labelRule)
public String getMenuKey()
public void setMenuKey(String menuKey)
public String getType()
public void setType(String type)
Copyright © 2023. All rights reserved.