| | |
| | | private String params; |
| | | @Expose |
| | | private String hasMore; |
| | | |
| | | |
| | | @Expose |
| | | private List<HomeVideo> homeVideoList; |
| | | @Expose |
| | |
| | | @Expose |
| | | private boolean needAd; |
| | | |
| | | //刷新的位置 0-无刷新 1-右上角 2-下方 |
| | | @Expose |
| | | private int refreshPosition; |
| | | @Expose |
| | | private String moreTag; |
| | | @Expose |
| | | private int count; |
| | | @Expose |
| | | private int pageSize; |
| | | |
| | | //当前页码(0-开始) |
| | | private int currentPage; |
| | | |
| | | |
| | | //广告 |
| | | @Expose |
| | | private HomeTypeAd ad; |
| | | |
| | | public String getMoreTag() { |
| | | return moreTag; |
| | | } |
| | | |
| | | public void setMoreTag(String moreTag) { |
| | | this.moreTag = moreTag; |
| | | } |
| | | |
| | | public HomeTypeAd getAd() { |
| | | return ad; |
| | |
| | | this.admin = admin; |
| | | } |
| | | |
| | | public int getRefreshPosition() { |
| | | return refreshPosition; |
| | | } |
| | | |
| | | public void setRefreshPosition(int refreshPosition) { |
| | | this.refreshPosition = refreshPosition; |
| | | } |
| | | |
| | | public int getCount() { |
| | | return count; |
| | | } |
| | | |
| | | public void setCount(int count) { |
| | | this.count = count; |
| | | } |
| | | |
| | | public int getPageSize() { |
| | | return pageSize; |
| | | } |
| | | |
| | | public void setPageSize(int pageSize) { |
| | | this.pageSize = pageSize; |
| | | } |
| | | |
| | | public int getCurrentPage() { |
| | | return currentPage; |
| | | } |
| | | |
| | | public void setCurrentPage(int currentPage) { |
| | | this.currentPage = currentPage; |
| | | } |
| | | |
| | | public static class HomeTypeAd { |
| | | @Expose |