public class GetMenuListOutputModel
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
GetMenuListOutputModel.Menu |
Constructor and Description |
---|
GetMenuListOutputModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCode()
This Method is use to get the code
|
java.util.List<FooterMenu> |
getFooterMenu()
This Method is use to get the footer menu
|
java.util.List<GetMenuListOutputModel.Menu> |
getMenu()
This Method is use to get the menu
|
java.lang.String |
getMsg()
This Method is use to get the msg
|
java.lang.String |
getStatus()
This Method is use to get the status
|
java.lang.Integer |
getTotalMenu()
This Method is use to get the total menu
|
@Nullable public java.lang.String getStatus()
@Nullable public java.lang.Integer getCode()
@Nullable public java.lang.String getMsg()
@Nullable public java.lang.Integer getTotalMenu()
@Nullable public java.util.List<GetMenuListOutputModel.Menu> getMenu()
@Nullable public java.util.List<FooterMenu> getFooterMenu()