package com.yeshi.buwan.live.migu;
|
|
import org.springframework.data.annotation.Id;
|
import org.springframework.data.mongodb.core.mapping.Document;
|
|
import java.io.Serializable;
|
import java.util.Date;
|
|
@Document(collection = "miguTVLiveChannel")
|
public class MiGuLiveListInfo implements Serializable {
|
|
|
/**
|
* name : 北京卫视高清
|
* pID : 630287636
|
* assetID : 5101042960
|
* videoType : LIVE
|
* nowPlaying : 暖暖的味道精华版
|
* startTime : 16:36
|
* endTime : 17:25
|
* pics : {"lowResolutionH":"https://wapx.cmvideo.cn/publish/poms/image/5500/321/154/202010151505_5101042960_H169_720.webp","lowResolutionV":"https://wapx.cmvideo.cn/publish/poms/image/5500/321/154/202010151505_5101042960_V23_720.webp","highResolutionH":"https://wapx.cmvideo.cn/publish/poms/image/5500/321/154/202010151505_5101042960_H169_1080.webp","highResolutionV":"https://wapx.cmvideo.cn/publish/poms/image/5500/321/154/202010151505_5101042960_V34_1080.webp"}
|
* h5pics : {"lowResolutionH":"https://wapx.cmvideo.cn/publish/poms/image/5500/321/154/202010151505_5101042960_H169_720.jpg","lowResolutionV":"https://wapx.cmvideo.cn/publish/poms/image/5500/321/154/202010151505_5101042960_HSJ720V.jpg","highResolutionH":"https://wapx.cmvideo.cn/publish/poms/image/5500/321/154/202010151505_5101042960_H169_1080.jpg","highResolutionV":"https://wapx.cmvideo.cn/publish/poms/image/5500/321/154/202010151505_5101042960_HSJ1080V.jpg"}
|
* now : {"playbillId":"63028763620210429030","startTime":"16:36","endTime":"17:25","playName":"暖暖的味道精华版","ranking":"30","sequence":"550032115420210429030","status":0,"isLookBack":"0","isShield":"0"}
|
* next : {"playbillId":"63028763620210429031","startTime":"17:25","endTime":"18:30","playName":"养生堂","ranking":"31","sequence":"550032115420210429031","status":0,"isLookBack":"0","isShield":"0"}
|
* hdFlag : 0
|
*/
|
|
@Id
|
private String id;
|
private String name;
|
private String pID;
|
private String assetID;
|
private String videoType;
|
private String nowPlaying;
|
private String startTime;
|
private String endTime;
|
private PicsBean pics;
|
private PicsBean h5pics;
|
private ProgramBean now;
|
private ProgramBean next;
|
private String hdFlag;
|
|
private Date createTime;
|
private Date updateTime;
|
|
public Date getCreateTime() {
|
return createTime;
|
}
|
|
public void setCreateTime(Date createTime) {
|
this.createTime = createTime;
|
}
|
|
public Date getUpdateTime() {
|
return updateTime;
|
}
|
|
public void setUpdateTime(Date updateTime) {
|
this.updateTime = updateTime;
|
}
|
|
public String getId() {
|
return id;
|
}
|
|
public void setId(String id) {
|
this.id = id;
|
}
|
|
public String getpID() {
|
return pID;
|
}
|
|
public void setpID(String pID) {
|
this.pID = pID;
|
}
|
|
public String getName() {
|
return name;
|
}
|
|
public void setName(String name) {
|
this.name = name;
|
}
|
|
public String getPID() {
|
return pID;
|
}
|
|
public void setPID(String pID) {
|
this.pID = pID;
|
}
|
|
public String getAssetID() {
|
return assetID;
|
}
|
|
public void setAssetID(String assetID) {
|
this.assetID = assetID;
|
}
|
|
public String getVideoType() {
|
return videoType;
|
}
|
|
public void setVideoType(String videoType) {
|
this.videoType = videoType;
|
}
|
|
public String getNowPlaying() {
|
return nowPlaying;
|
}
|
|
public void setNowPlaying(String nowPlaying) {
|
this.nowPlaying = nowPlaying;
|
}
|
|
public String getStartTime() {
|
return startTime;
|
}
|
|
public void setStartTime(String startTime) {
|
this.startTime = startTime;
|
}
|
|
public String getEndTime() {
|
return endTime;
|
}
|
|
public void setEndTime(String endTime) {
|
this.endTime = endTime;
|
}
|
|
public PicsBean getPics() {
|
return pics;
|
}
|
|
public void setPics(PicsBean pics) {
|
this.pics = pics;
|
}
|
|
public PicsBean getH5pics() {
|
return h5pics;
|
}
|
|
public void setH5pics(PicsBean h5pics) {
|
this.h5pics = h5pics;
|
}
|
|
public ProgramBean getNow() {
|
return now;
|
}
|
|
public void setNow(ProgramBean now) {
|
this.now = now;
|
}
|
|
public ProgramBean getNext() {
|
return next;
|
}
|
|
public void setNext(ProgramBean next) {
|
this.next = next;
|
}
|
|
public String getHdFlag() {
|
return hdFlag;
|
}
|
|
public void setHdFlag(String hdFlag) {
|
this.hdFlag = hdFlag;
|
}
|
|
public static class PicsBean {
|
/**
|
* lowResolutionH : https://wapx.cmvideo.cn/publish/poms/image/5500/321/154/202010151505_5101042960_H169_720.webp
|
* lowResolutionV : https://wapx.cmvideo.cn/publish/poms/image/5500/321/154/202010151505_5101042960_V23_720.webp
|
* highResolutionH : https://wapx.cmvideo.cn/publish/poms/image/5500/321/154/202010151505_5101042960_H169_1080.webp
|
* highResolutionV : https://wapx.cmvideo.cn/publish/poms/image/5500/321/154/202010151505_5101042960_V34_1080.webp
|
*/
|
|
private String lowResolutionH;
|
private String lowResolutionV;
|
private String highResolutionH;
|
private String highResolutionV;
|
|
public String getLowResolutionH() {
|
return lowResolutionH;
|
}
|
|
public void setLowResolutionH(String lowResolutionH) {
|
this.lowResolutionH = lowResolutionH;
|
}
|
|
public String getLowResolutionV() {
|
return lowResolutionV;
|
}
|
|
public void setLowResolutionV(String lowResolutionV) {
|
this.lowResolutionV = lowResolutionV;
|
}
|
|
public String getHighResolutionH() {
|
return highResolutionH;
|
}
|
|
public void setHighResolutionH(String highResolutionH) {
|
this.highResolutionH = highResolutionH;
|
}
|
|
public String getHighResolutionV() {
|
return highResolutionV;
|
}
|
|
public void setHighResolutionV(String highResolutionV) {
|
this.highResolutionV = highResolutionV;
|
}
|
}
|
|
public static class ProgramBean {
|
/**
|
* playbillId : 63028763620210429030
|
* startTime : 16:36
|
* endTime : 17:25
|
* playName : 暖暖的味道精华版
|
* ranking : 30
|
* sequence : 550032115420210429030
|
* status : 0
|
* isLookBack : 0
|
* isShield : 0
|
*/
|
|
private String playbillId;
|
private String startTime;
|
private String endTime;
|
private String playName;
|
private String ranking;
|
private String sequence;
|
private int status;
|
private String isLookBack;
|
private String isShield;
|
|
public String getPlaybillId() {
|
return playbillId;
|
}
|
|
public void setPlaybillId(String playbillId) {
|
this.playbillId = playbillId;
|
}
|
|
public String getStartTime() {
|
return startTime;
|
}
|
|
public void setStartTime(String startTime) {
|
this.startTime = startTime;
|
}
|
|
public String getEndTime() {
|
return endTime;
|
}
|
|
public void setEndTime(String endTime) {
|
this.endTime = endTime;
|
}
|
|
public String getPlayName() {
|
return playName;
|
}
|
|
public void setPlayName(String playName) {
|
this.playName = playName;
|
}
|
|
public String getRanking() {
|
return ranking;
|
}
|
|
public void setRanking(String ranking) {
|
this.ranking = ranking;
|
}
|
|
public String getSequence() {
|
return sequence;
|
}
|
|
public void setSequence(String sequence) {
|
this.sequence = sequence;
|
}
|
|
public int getStatus() {
|
return status;
|
}
|
|
public void setStatus(int status) {
|
this.status = status;
|
}
|
|
public String getIsLookBack() {
|
return isLookBack;
|
}
|
|
public void setIsLookBack(String isLookBack) {
|
this.isLookBack = isLookBack;
|
}
|
|
public String getIsShield() {
|
return isShield;
|
}
|
|
public void setIsShield(String isShield) {
|
this.isShield = isShield;
|
}
|
}
|
|
}
|