Class MenuForm
- java.lang.Object
-
- org.hyperledger.aries.api.action_menu.MenuForm
-
public class MenuForm extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMenuForm.MenuFormBuilder
-
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()
-
-
-
Constructor Detail
-
MenuForm
public MenuForm()
-
MenuForm
public MenuForm(String description, List<MenuFormParam> params, String submitLabel, String title)
-
-
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)
-
-