package com.yeshi.buwan.videos.iqiyi.entity;
|
|
import com.google.gson.annotations.SerializedName;
|
|
public class IqiyiAlbum {
|
@SerializedName("iid")
|
private String id;
|
// private boolean source;
|
@SerializedName("id")
|
private long albumId;// 专辑 ID
|
private long qipuId;//
|
private int ipLimit;//
|
@SerializedName("channelId")
|
private int categoryId;// 频道 ID
|
@SerializedName("videoCount")
|
private int sets;// 总集数 0:该专辑的总集数不确定,剧集还在增加
|
private int purchaseType;// 是否付费0: 会员免费; 1:会员包月付费; 2:会员点播付费
|
private int isPurchase;// 是否需要付费观看 0:否; 1:付费
|
private int copyrightId;// 版权 id
|
@SerializedName("period")
|
private String tvYear;// 发行年份
|
private int albumStatus;// 专辑状态 0:无效, 1:有效
|
private int contentType;// 专辑的内容类型
|
private int isSD;// 是否超清
|
private int is3D;// 是否为 3d 视频
|
private long sourceId;// 来源 ID
|
private int isDubo;// 是否是爱奇艺独播剧
|
private int isCoopAllowed;// 是否允许站外合作
|
private int downloadAllowed;
|
private long sourceQipuId;
|
private long playcnt;// 播放次数
|
private int timeLength;// 第一集播放时长
|
private long ownerAlbumId;
|
@SerializedName("name")
|
private String albumName;// 专辑名称
|
@SerializedName("desc")
|
private String desc;// 描述
|
private String startDate;// 版权开始时间
|
private String endDate;// 版权结束时间
|
private String focus;// 专辑看点
|
private String albumUrl;// 专辑页地址
|
@SerializedName("h5Url")
|
private String html5Url;// Html5 专辑页
|
@SerializedName("h5PlayUrl")
|
private String html5PlayUrl;// Html5 播放页
|
@SerializedName("imageUrl")
|
private String picUrl;// 专辑图
|
private String posterPicUrl;// 海报图
|
private String leafctgs;// 标签
|
private String producer;// 制片人
|
private String credits;// 专辑演职员信息
|
private String source;// 综艺频道的来源
|
private String companyName;// 版权方名称
|
private String keyword;// 隶属影视剧
|
private String subTitle;// 专辑别名
|
private String score;// score
|
@SerializedName("mainCharacters")
|
private String actor;// 主演/主持人
|
@SerializedName("directors")
|
private String director;// 作者
|
@SerializedName("areas")
|
private String area;// 地区
|
private String albumType;// 专辑类型
|
private String playUrl;// 第一集播放链接
|
private String createdTime;// 专辑创建时间
|
private String sysPlatform;// 平台
|
private String alias;// 别名
|
@SerializedName("tv")
|
private String tvIds;// 专辑下的视频 ID
|
@SerializedName("three")
|
private String threeCtgs;// 三级分类
|
@SerializedName("credit")
|
private String creditList;// 演职员信息
|
@SerializedName("up")
|
private String upDown;
|
private String swf;
|
|
public IqiyiAlbum() {
|
|
}
|
|
public IqiyiAlbum(String id) {
|
this.id = id;
|
}
|
|
public String getId() {
|
return id;
|
}
|
|
public void setId(String id) {
|
this.id = id;
|
}
|
|
public long getAlbumId() {
|
return albumId;
|
}
|
|
public void setAlbumId(long albumId) {
|
this.albumId = albumId;
|
}
|
|
public long getQipuId() {
|
return qipuId;
|
}
|
|
public void setQipuId(long qipuId) {
|
this.qipuId = qipuId;
|
}
|
|
public int getIpLimit() {
|
return ipLimit;
|
}
|
|
public void setIpLimit(int ipLimit) {
|
this.ipLimit = ipLimit;
|
}
|
|
public int getCategoryId() {
|
return categoryId;
|
}
|
|
public void setCategoryId(int categoryId) {
|
this.categoryId = categoryId;
|
}
|
|
public int getSets() {
|
return sets;
|
}
|
|
public void setSets(int sets) {
|
this.sets = sets;
|
}
|
|
public int getPurchaseType() {
|
return purchaseType;
|
}
|
|
public void setPurchaseType(int purchaseType) {
|
this.purchaseType = purchaseType;
|
}
|
|
public int getIsPurchase() {
|
return isPurchase;
|
}
|
|
public void setIsPurchase(int isPurchase) {
|
this.isPurchase = isPurchase;
|
}
|
|
public int getCopyrightId() {
|
return copyrightId;
|
}
|
|
public void setCopyrightId(int copyrightId) {
|
this.copyrightId = copyrightId;
|
}
|
|
public String getTvYear() {
|
return tvYear;
|
}
|
|
public void setTvYear(String tvYear) {
|
this.tvYear = tvYear;
|
}
|
|
public int getAlbumStatus() {
|
return albumStatus;
|
}
|
|
public void setAlbumStatus(int albumStatus) {
|
this.albumStatus = albumStatus;
|
}
|
|
public int getContentType() {
|
return contentType;
|
}
|
|
public void setContentType(int contentType) {
|
this.contentType = contentType;
|
}
|
|
public int getIsSD() {
|
return isSD;
|
}
|
|
public void setIsSD(int isSD) {
|
this.isSD = isSD;
|
}
|
|
public int getIs3D() {
|
return is3D;
|
}
|
|
public void setIs3D(int is3d) {
|
is3D = is3d;
|
}
|
|
public long getSourceId() {
|
return sourceId;
|
}
|
|
public void setSourceId(long sourceId) {
|
this.sourceId = sourceId;
|
}
|
|
public int getIsDubo() {
|
return isDubo;
|
}
|
|
public void setIsDubo(int isDubo) {
|
this.isDubo = isDubo;
|
}
|
|
public int getIsCoopAllowed() {
|
return isCoopAllowed;
|
}
|
|
public void setIsCoopAllowed(int isCoopAllowed) {
|
this.isCoopAllowed = isCoopAllowed;
|
}
|
|
public int getDownloadAllowed() {
|
return downloadAllowed;
|
}
|
|
public void setDownloadAllowed(int downloadAllowed) {
|
this.downloadAllowed = downloadAllowed;
|
}
|
|
public long getSourceQipuId() {
|
return sourceQipuId;
|
}
|
|
public void setSourceQipuId(long sourceQipuId) {
|
this.sourceQipuId = sourceQipuId;
|
}
|
|
public long getPlaycnt() {
|
return playcnt;
|
}
|
|
public void setPlaycnt(long playcnt) {
|
this.playcnt = playcnt;
|
}
|
|
public int getTimeLength() {
|
return timeLength;
|
}
|
|
public void setTimeLength(int timeLength) {
|
this.timeLength = timeLength;
|
}
|
|
public long getOwnerAlbumId() {
|
return ownerAlbumId;
|
}
|
|
public void setOwnerAlbumId(long ownerAlbumId) {
|
this.ownerAlbumId = ownerAlbumId;
|
}
|
|
public String getAlbumName() {
|
return albumName;
|
}
|
|
public void setAlbumName(String albumName) {
|
this.albumName = albumName;
|
}
|
|
public String getDesc() {
|
return desc;
|
}
|
|
public void setDesc(String desc) {
|
this.desc = desc;
|
}
|
|
public String getStartDate() {
|
return startDate;
|
}
|
|
public void setStartDate(String startDate) {
|
this.startDate = startDate;
|
}
|
|
public String getEndDate() {
|
return endDate;
|
}
|
|
public void setEndDate(String endDate) {
|
this.endDate = endDate;
|
}
|
|
public String getFocus() {
|
return focus;
|
}
|
|
public void setFocus(String focus) {
|
this.focus = focus;
|
}
|
|
public String getAlbumUrl() {
|
return albumUrl;
|
}
|
|
public void setAlbumUrl(String albumUrl) {
|
this.albumUrl = albumUrl;
|
}
|
|
public String getHtml5Url() {
|
return html5Url;
|
}
|
|
public void setHtml5Url(String html5Url) {
|
this.html5Url = html5Url;
|
}
|
|
public String getHtml5PlayUrl() {
|
return html5PlayUrl;
|
}
|
|
public void setHtml5PlayUrl(String html5PlayUrl) {
|
this.html5PlayUrl = html5PlayUrl;
|
}
|
|
public String getPicUrl() {
|
return picUrl;
|
}
|
|
public void setPicUrl(String picUrl) {
|
this.picUrl = picUrl;
|
}
|
|
public String getPosterPicUrl() {
|
return posterPicUrl;
|
}
|
|
public void setPosterPicUrl(String posterPicUrl) {
|
this.posterPicUrl = posterPicUrl;
|
}
|
|
public String getLeafctgs() {
|
return leafctgs;
|
}
|
|
public void setLeafctgs(String leafctgs) {
|
this.leafctgs = leafctgs;
|
}
|
|
public String getProducer() {
|
return producer;
|
}
|
|
public void setProducer(String producer) {
|
this.producer = producer;
|
}
|
|
public String getCredits() {
|
return credits;
|
}
|
|
public void setCredits(String credits) {
|
this.credits = credits;
|
}
|
|
public String getSource() {
|
return source;
|
}
|
|
public void setSource(String source) {
|
this.source = source;
|
}
|
|
public String getCompanyName() {
|
return companyName;
|
}
|
|
public void setCompanyName(String companyName) {
|
this.companyName = companyName;
|
}
|
|
public String getKeyword() {
|
return keyword;
|
}
|
|
public void setKeyword(String keyword) {
|
this.keyword = keyword;
|
}
|
|
public String getSubTitle() {
|
return subTitle;
|
}
|
|
public void setSubTitle(String subTitle) {
|
this.subTitle = subTitle;
|
}
|
|
public String getScore() {
|
return score;
|
}
|
|
public void setScore(String score) {
|
this.score = score;
|
}
|
|
public String getActor() {
|
return actor;
|
}
|
|
public void setActor(String actor) {
|
this.actor = actor;
|
}
|
|
public String getDirector() {
|
return director;
|
}
|
|
public void setDirector(String director) {
|
this.director = director;
|
}
|
|
public String getArea() {
|
return area;
|
}
|
|
public void setArea(String area) {
|
this.area = area;
|
}
|
|
public String getAlbumType() {
|
return albumType;
|
}
|
|
public void setAlbumType(String albumType) {
|
this.albumType = albumType;
|
}
|
|
public String getPlayUrl() {
|
return playUrl;
|
}
|
|
public void setPlayUrl(String playUrl) {
|
this.playUrl = playUrl;
|
}
|
|
public String getCreatedTime() {
|
return createdTime;
|
}
|
|
public void setCreatedTime(String createdTime) {
|
this.createdTime = createdTime;
|
}
|
|
public String getSysPlatform() {
|
return sysPlatform;
|
}
|
|
public void setSysPlatform(String sysPlatform) {
|
this.sysPlatform = sysPlatform;
|
}
|
|
public String getAlias() {
|
return alias;
|
}
|
|
public void setAlias(String alias) {
|
this.alias = alias;
|
}
|
|
public String getTvIds() {
|
return tvIds;
|
}
|
|
public void setTvIds(String tvIds) {
|
this.tvIds = tvIds;
|
}
|
|
public String getThreeCtgs() {
|
return threeCtgs;
|
}
|
|
public void setThreeCtgs(String threeCtgs) {
|
this.threeCtgs = threeCtgs;
|
}
|
|
public String getCreditList() {
|
return creditList;
|
}
|
|
public void setCreditList(String creditList) {
|
this.creditList = creditList;
|
}
|
|
public String getUpDown() {
|
return upDown;
|
}
|
|
public void setUpDown(String upDown) {
|
this.upDown = upDown;
|
}
|
|
public String getSwf() {
|
return swf;
|
}
|
|
public void setSwf(String swf) {
|
this.swf = swf;
|
}
|
|
}
|