public class AppMenuOutputModel.MenuItems
extends java.lang.Object
Constructor and Description |
---|
MenuItems() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCategoryId()
This Method is use to get the categoryId
|
java.util.List<AppMenuOutputModel.Child> |
getChild()
This Method is use to get the Child
|
int |
getId()
This Method is use to get the id
|
int |
getIdSeq()
This Method is use to get the idSeq
|
int |
getIsSubcategoryPresent()
This Method is use to get the isSubcategoryPresent
|
int |
getLanguageId()
This Method is use to get the languageId
|
int |
getLanguageParentId()
This Method is use to get the languageParentId
|
java.lang.String |
getLinkType()
This Method is use to get the linkType
|
int |
getParentId()
This Method is use to get the parentId
|
java.lang.String |
getPermalink()
This Method is use to get the permalink
|
java.lang.String |
getTitle()
This Method is use to get the title
|
java.lang.String |
getValue()
This Method is use to get the value
|
public int getId()
@Nullable public java.lang.String getTitle()
public int getParentId()
@Nullable public java.lang.String getLinkType()
@Nullable public java.lang.String getPermalink()
@Nullable public java.lang.String getValue()
public int getIdSeq()
public int getLanguageId()
public int getLanguageParentId()
@Nullable public java.util.List<AppMenuOutputModel.Child> getChild()
@Nullable public java.lang.String getCategoryId()
public int getIsSubcategoryPresent()