admin
2021-08-27 8fee151ffae0c3818694b7318583814bf92663e2
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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
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;
    }
 
}