public class AppHomeFeatureOutputModel
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
AppHomeFeatureOutputModel.BannerSectionList |
class |
AppHomeFeatureOutputModel.Data |
class |
AppHomeFeatureOutputModel.SectionName |
Constructor and Description |
---|
AppHomeFeatureOutputModel() |
Modifier and Type | Method and Description |
---|---|
java.util.List<AppHomeFeatureOutputModel.BannerSectionList> |
getBannerSectionList()
This Method is use to get the BannerSectionList
|
java.lang.String |
getBannerText()
This Method is use to get the bannerText
|
int |
getCode()
This Method is use to get the isMediaPublished
|
int |
getIsFeatured()
This Method is use to get the isFeatured
|
int |
getSectionCount()
This Method is use to get the sectionCount
|
java.util.List<AppHomeFeatureOutputModel.SectionName> |
getSectionName()
This Method is use to get the sectionName
|
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<AppHomeFeatureOutputModel.BannerSectionList> getBannerSectionList()
@Nullable public java.lang.String getBannerText()
public int getIsFeatured()
public int getSectionCount()
@Nullable public java.util.List<AppHomeFeatureOutputModel.SectionName> getSectionName()