Class MenuForm
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.MenuForm
-
public class MenuForm extends Object
MenuForm
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMenuForm.MenuFormBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_PARAMSstatic StringSERIALIZED_NAME_SUBMIT_LABELstatic StringSERIALIZED_NAME_TITLE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MenuForm.MenuFormBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetDescription()List<MenuFormParam>getParams()StringgetSubmitLabel()StringgetTitle()inthashCode()voidsetDescription(String description)voidsetParams(List<MenuFormParam> params)voidsetSubmitLabel(String submitLabel)voidsetTitle(String title)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PARAMS
public static final String SERIALIZED_NAME_PARAMS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SUBMIT_LABEL
public static final String SERIALIZED_NAME_SUBMIT_LABEL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TITLE
public static final String SERIALIZED_NAME_TITLE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MenuForm
public MenuForm(String description, List<MenuFormParam> params, String submitLabel, String title)
-
MenuForm
public MenuForm()
-
-
Method Detail
-
builder
public static MenuForm.MenuFormBuilder builder()
-
getDescription
public String getDescription()
-
getParams
public List<MenuFormParam> getParams()
-
getSubmitLabel
public String getSubmitLabel()
-
getTitle
public String getTitle()
-
setDescription
public void setDescription(String description)
-
setParams
public void setParams(List<MenuFormParam> params)
-
setSubmitLabel
public void setSubmitLabel(String submitLabel)
-
setTitle
public void setTitle(String title)
-
canEqual
protected boolean canEqual(Object other)
-
-