admin
2021-01-04 aa6ef62aef83e277d4171df1d9f0803f91738216
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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
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;
    }
}