admin
2021-04-29 e404b19151ef1786aded572ed9bbaec4b5266e45
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
package com.yeshi.buwan.live.migu;
 
import java.io.Serializable;
 
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
     */
 
    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;
 
    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;
        }
    }
 
}