package com.newvideo.iqiyi.entity;
|
|
import java.util.List;
|
|
import com.google.gson.annotations.SerializedName;
|
|
public class IqiyiVideoInfo {
|
@SerializedName("iid")
|
private String id;
|
@SerializedName("featureAlbumId")
|
private String albumId;
|
private String qipuId;
|
@SerializedName("id")
|
private long tvId;
|
private int contentType;
|
@SerializedName("order")
|
private int playOrder;
|
|
private String tvYear;
|
private String beginTime;
|
private String endTime;
|
@SerializedName("duration")
|
private int timeLength;
|
private int videoStatus;
|
private int categoryId;
|
private int copyrightId;
|
private String tvName;
|
private String keyWord;
|
private String desc;
|
private String subTitle;
|
private String domainName;
|
private String tvUniqId;
|
@SerializedName("imageUrl")
|
private String videoImage;
|
private String videoUrl;
|
private String updateTime;
|
private String issueTime;
|
@SerializedName("h5Url")
|
private String html5PlayUrl;
|
private String swf;
|
private String commonSwf;
|
private int is3D;
|
@SerializedName("payMark")
|
private int isPurchase;
|
private int is1080p;
|
private int isDolby;
|
private List<PlayControls> playControls;
|
|
private String playcontrols;
|
|
public String getPlaycontrols() {
|
return playcontrols;
|
}
|
|
public void setPlaycontrols(String playcontrols) {
|
this.playcontrols = playcontrols;
|
}
|
|
public String getId() {
|
return id;
|
}
|
|
public void setId(String id) {
|
this.id = id;
|
}
|
|
public String getAlbumId() {
|
return albumId;
|
}
|
|
public void setAlbumId(String albumId) {
|
this.albumId = albumId;
|
}
|
|
public String getQipuId() {
|
return qipuId;
|
}
|
|
public void setQipuId(String qipuId) {
|
this.qipuId = qipuId;
|
}
|
|
public long getTvId() {
|
return tvId;
|
}
|
|
public void setTvId(long tvId) {
|
this.tvId = tvId;
|
}
|
|
public int getContentType() {
|
return contentType;
|
}
|
|
public void setContentType(int contentType) {
|
this.contentType = contentType;
|
}
|
|
public int getPlayOrder() {
|
return playOrder;
|
}
|
|
public void setPlayOrder(int playOrder) {
|
this.playOrder = playOrder;
|
}
|
|
public String getTvYear() {
|
return tvYear;
|
}
|
|
public void setTvYear(String tvYear) {
|
this.tvYear = tvYear;
|
}
|
|
public String getBeginTime() {
|
return beginTime;
|
}
|
|
public void setBeginTime(String beginTime) {
|
this.beginTime = beginTime;
|
}
|
|
public String getEndTime() {
|
return endTime;
|
}
|
|
public void setEndTime(String endTime) {
|
this.endTime = endTime;
|
}
|
|
public int getTimeLength() {
|
return timeLength;
|
}
|
|
public void setTimeLength(int timeLength) {
|
this.timeLength = timeLength;
|
}
|
|
public int getVideoStatus() {
|
return videoStatus;
|
}
|
|
public void setVideoStatus(int videoStatus) {
|
this.videoStatus = videoStatus;
|
}
|
|
public int getCategoryId() {
|
return categoryId;
|
}
|
|
public void setCategoryId(int categoryId) {
|
this.categoryId = categoryId;
|
}
|
|
public int getCopyrightId() {
|
return copyrightId;
|
}
|
|
public void setCopyrightId(int copyrightId) {
|
this.copyrightId = copyrightId;
|
}
|
|
public String getTvName() {
|
return tvName;
|
}
|
|
public void setTvName(String tvName) {
|
this.tvName = tvName;
|
}
|
|
public String getKeyWord() {
|
return keyWord;
|
}
|
|
public void setKeyWord(String keyWord) {
|
this.keyWord = keyWord;
|
}
|
|
public String getDesc() {
|
return desc;
|
}
|
|
public void setDesc(String desc) {
|
this.desc = desc;
|
}
|
|
public String getSubTitle() {
|
return subTitle;
|
}
|
|
public void setSubTitle(String subTitle) {
|
this.subTitle = subTitle;
|
}
|
|
public String getDomainName() {
|
return domainName;
|
}
|
|
public void setDomainName(String domainName) {
|
this.domainName = domainName;
|
}
|
|
public String getTvUniqId() {
|
return tvUniqId;
|
}
|
|
public void setTvUniqId(String tvUniqId) {
|
this.tvUniqId = tvUniqId;
|
}
|
|
public String getVideoImage() {
|
return videoImage;
|
}
|
|
public void setVideoImage(String videoImage) {
|
this.videoImage = videoImage;
|
}
|
|
public String getVideoUrl() {
|
return videoUrl;
|
}
|
|
public void setVideoUrl(String videoUrl) {
|
this.videoUrl = videoUrl;
|
}
|
|
public String getUpdateTime() {
|
return updateTime;
|
}
|
|
public void setUpdateTime(String updateTime) {
|
this.updateTime = updateTime;
|
}
|
|
public String getIssueTime() {
|
return issueTime;
|
}
|
|
public void setIssueTime(String issueTime) {
|
this.issueTime = issueTime;
|
}
|
|
public String getHtml5PlayUrl() {
|
return html5PlayUrl;
|
}
|
|
public void setHtml5PlayUrl(String html5PlayUrl) {
|
this.html5PlayUrl = html5PlayUrl;
|
}
|
|
public String getSwf() {
|
return swf;
|
}
|
|
public void setSwf(String swf) {
|
this.swf = swf;
|
}
|
|
public String getCommonSwf() {
|
return commonSwf;
|
}
|
|
public void setCommonSwf(String commonSwf) {
|
this.commonSwf = commonSwf;
|
}
|
|
public int getIs3D() {
|
return is3D;
|
}
|
|
public void setIs3D(int is3d) {
|
is3D = is3d;
|
}
|
|
public int getIsPurchase() {
|
return isPurchase;
|
}
|
|
public void setIsPurchase(int isPurchase) {
|
this.isPurchase = isPurchase;
|
}
|
|
public int getIs1080p() {
|
return is1080p;
|
}
|
|
public void setIs1080p(int is1080p) {
|
this.is1080p = is1080p;
|
}
|
|
public int getIsDolby() {
|
return isDolby;
|
}
|
|
public void setIsDolby(int isDolby) {
|
this.isDolby = isDolby;
|
}
|
|
public List<PlayControls> getPlayControls() {
|
return playControls;
|
}
|
|
public void setPlayControls(List<PlayControls> playControls) {
|
this.playControls = playControls;
|
}
|
}
|