| | |
| | | @Expose |
| | | private VideoAlbumMoreInfo albumMoreInfo; |
| | | |
| | | //剧集翻页时每一页的大小 |
| | | @Expose |
| | | private Integer pageSize; |
| | | |
| | | |
| | | public Integer getPageSize() { |
| | | return pageSize; |
| | | } |
| | | |
| | | public void setPageSize(Integer pageSize) { |
| | | this.pageSize = pageSize; |
| | | } |
| | | |
| | | @Transient |
| | | private VideoResourceMapExtraInfo videoResourceMapExtraInfo; |
| | |
| | | this.definition = definition; |
| | | } |
| | | |
| | | public static class VideoAlbumMoreInfo { |
| | | public static class VideoAlbumMoreInfo implements Serializable{ |
| | | @Expose |
| | | private String name; |
| | | @Expose |
| | | private int jumpPosition; |
| | | |
| | | public VideoAlbumMoreInfo(String name, int jumpPosition) { |