Class MenuOption
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.MenuOption
-
public class MenuOption extends Object
MenuOption
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMenuOption.MenuOptionBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_DISABLEDstatic StringSERIALIZED_NAME_FORMstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_TITLE
-
Constructor Summary
Constructors Constructor Description MenuOption()MenuOption(String description, Boolean disabled, MenuForm form, String name, String title)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MenuOption.MenuOptionBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetDescription()BooleangetDisabled()MenuFormgetForm()StringgetName()StringgetTitle()inthashCode()voidsetDescription(String description)voidsetDisabled(Boolean disabled)voidsetForm(MenuForm form)voidsetName(String name)voidsetTitle(String title)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DISABLED
public static final String SERIALIZED_NAME_DISABLED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FORM
public static final String SERIALIZED_NAME_FORM
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TITLE
public static final String SERIALIZED_NAME_TITLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static MenuOption.MenuOptionBuilder builder()
-
getDescription
public String getDescription()
-
getDisabled
public Boolean getDisabled()
-
getForm
public MenuForm getForm()
-
getName
public String getName()
-
getTitle
public String getTitle()
-
setDescription
public void setDescription(String description)
-
setDisabled
public void setDisabled(Boolean disabled)
-
setForm
public void setForm(MenuForm form)
-
setName
public void setName(String name)
-
setTitle
public void setTitle(String title)
-
canEqual
protected boolean canEqual(Object other)
-
-