public class AppMenuOutputModel
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
AppMenuOutputModel.Child |
class |
AppMenuOutputModel.MenuItems |
| Constructor and Description |
|---|
AppMenuOutputModel() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
This Method is use to get the code
|
java.util.List<FooterMenu> |
getFooterMenu()
This Method is use to get the footerMenu
|
java.util.List<AppMenuOutputModel.MenuItems> |
getMenuItems()
This Method is use to get the menuItems
|
java.lang.String |
getStatus()
This Method is use to get the status
|
public int getCode()
@Nullable public java.lang.String getStatus()
@Nullable public java.util.List<AppMenuOutputModel.MenuItems> getMenuItems()
@Nullable public java.util.List<FooterMenu> getFooterMenu()