public class QueryMenu extends AlipayObject
Constructor and Description |
---|
QueryMenu() |
Modifier and Type | Method and Description |
---|---|
List<ButtonObject> |
getButton()
Gets button.
|
List<QueryLabelRule> |
getLabelRule()
Gets label rule.
|
String |
getMenuKey()
Gets menu key.
|
String |
getType()
Gets type.
|
void |
setButton(List<ButtonObject> button)
Sets button.
|
void |
setLabelRule(List<QueryLabelRule> labelRule)
Sets label rule.
|
void |
setMenuKey(String menuKey)
Sets menu key.
|
void |
setType(String type)
Sets type.
|
public List<ButtonObject> getButton()
public void setButton(List<ButtonObject> button)
button
- the buttonpublic List<QueryLabelRule> getLabelRule()
public void setLabelRule(List<QueryLabelRule> labelRule)
labelRule
- the label rulepublic String getMenuKey()
public void setMenuKey(String menuKey)
menuKey
- the menu keypublic String getType()
public void setType(String type)
type
- the typeCopyright © 2018. All rights reserved.