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