| | |
| | | * ios_deeplink : IOS拉起APP deeplink |
| | | */ |
| | | @Id |
| | | @SerializedName("episode_id") |
| | | private String id; |
| | | |
| | | |
| | | //版权分集唯一标识 |
| | | @SerializedName("ce_code") |
| | | private String ceCode; |
| | | //(整型)版权分集 ID,与 ce_code 一一对应 |
| | | @SerializedName("ce_id") |
| | | private String ceId; |
| | | |
| | | @Indexed |
| | | private String mediaId; |
| | | private String name; |
| | | @Indexed |
| | | private String num; |
| | | private int num; |
| | | private String status; |
| | | private String duration; |
| | | |
| | | @SerializedName("clip_duration") |
| | | private String clipDuration; |
| | | |
| | | private String still; |
| | | @SerializedName("fun_h5_url") |
| | | private String funH5Url; |
| | | private String isvip; |
| | | private String isfee; |
| | | private String isfee;//分集是否是付费资源,取值 0/1 |
| | | @SerializedName("android_deeplink") |
| | | private String androidDeeplink; |
| | | @SerializedName("ios_deeplink") |
| | | private String iosDeeplink; |
| | | |
| | | @SerializedName("update_time") |
| | | private String updateTime; |
| | | |
| | | //"是否可下载,0/1 |
| | | private String downloadable; |
| | | |
| | | public String getCeCode() { |
| | | return ceCode; |
| | | } |
| | | |
| | | public void setCeCode(String ceCode) { |
| | | this.ceCode = ceCode; |
| | | } |
| | | |
| | | public String getCeId() { |
| | | return ceId; |
| | | } |
| | | |
| | | public void setCeId(String ceId) { |
| | | this.ceId = ceId; |
| | | } |
| | | |
| | | public String getClipDuration() { |
| | | return clipDuration; |
| | | } |
| | | |
| | | public void setClipDuration(String clipDuration) { |
| | | this.clipDuration = clipDuration; |
| | | } |
| | | |
| | | public String getDownloadable() { |
| | | return downloadable; |
| | | } |
| | | |
| | | public void setDownloadable(String downloadable) { |
| | | this.downloadable = downloadable; |
| | | } |
| | | |
| | | public String getMediaId() { |
| | | return mediaId; |
| | |
| | | this.name = name; |
| | | } |
| | | |
| | | public String getNum() { |
| | | public int getNum() { |
| | | return num; |
| | | } |
| | | |
| | | public void setNum(String num) { |
| | | public void setNum(int num) { |
| | | this.num = num; |
| | | } |
| | | |
| | |
| | | this.isfee = isfee; |
| | | } |
| | | |
| | | public String getUpdateTime() { |
| | | return updateTime; |
| | | } |
| | | |
| | | public void setUpdateTime(String updateTime) { |
| | | this.updateTime = updateTime; |
| | | } |
| | | } |