SearchResultBean.java
11.4 KB
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
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
package com.wd.foundation.bean.response;
import com.wd.foundation.bean.base.BaseBean;
import com.wd.foundation.bean.custom.content.ContentTypeConstant;
import com.wd.foundation.wdkitcore.tools.StringUtils;
import java.util.List;
/**
* 搜索结果页实体类
* */
public class SearchResultBean extends BaseBean {
/**
* 角标
* */
public String cornerMark;
public String openLikes;
public String openComment;
public String authTitle;
public String sourceName;
/**
* 搜索类型
* searchType:1 代表视频
* searchType:2 代表直播
* searchType:5 代表专题
* searchType:8 代表图文
* searchType:9 代表组图
* searchType:10 代表H5新闻
* 即:objectType
*/
private String searchType;
/**
* 发布时间
*/
private String firstPublishTime;
/**
* 稿件摘要
*/
private String description;
/**
* 稿件id
*/
private String id;
/**
* 稿件标题
*/
private String title;
public String name;
public String content;
public String askAnswerFlag;
/**
* 所属主频道
*/
private String channelId;
/**
* 所属主频道名称
*/
private String channelName;
/**
* 封面图
*/
private String appStyleImages;
/**
*预览图片
* */
public String notTarImages;
/**
* 稿件展示类型
*/
private String appStyle;
/**
* 照片数量
*/
private String picCount;
/**
* 直播类型
*/
private String liveType;
/**
* 图集标签,组图类型专属
*/
private String seoTagName;
/**
* 视频时长
*/
private String duration;
/**
* H5跳转链接
*/
private String linkUrl;
/**
* 分享标题
*/
private String shareTitle;
/**
* 分享地址
*/
private String shareUrl;
/**
* 分享简介
*/
private String shareDescripton;
/**
* 分享封面
*/
private String shareCoverUrl;
/**
* 该信息指向的页面id
*/
private String pageId;
/**
* 专题模板 --->专题样式 1:常规, 2:作者, 3:时间线
*/
private String topicTemplate;
/**
* 专题类型 11:地域专题,12:活动专题,13:自定义专题,14:普通专题,15:主题专题,16:作者专题
*/
private String topicType;
/**
*是否展示分享按钮
*/
private String shareFlag;
/**
* 【迭代三】是否VR直播,0:否,1:是 (只有直播时此字段才有意义)
*/
private String isVr;
/**
* 用户头像
* */
public String headerPhotoUrl;
/**
* 头像V标识图片
* */
public String authIcon;
/**
* 作者昵称
* */
public String creatorName;
/**
* 作者粉丝数量
* */
public String weight;
/**
* 作者简介
* ???字段冲突
* 是内容简介
* */
public String introduction;
/**
* 关注状态
* */
public String status;
/**
* 号主相关信息
* */
public String creatorId;
public String userType;
public String userId;
public String mainControl;
/**
* 1隐藏、其他展示
* 搜索和展现是反的
* */
public String titleShow;
/**
* 平台、关联关系
*/
public String rmhPlatform;
private String relId;
private String relType;
/**
* 搜索活动图片
* */
public String zhChannelPageImg;
/**
* 活动开始时间
* */
public String startTime;
public String endTime;
/**
* 活动类型
* */
public String type;
/**
* 命中正文内容
* */
public String contentText;
/**
* 相似数据列表
* */
public List<SearchResultBean> sameContentList;
//标签名称;
public String activityLabelName;
//标签左边颜色
public String backgroundColor1;
//标签右边颜色
public String backgroundColor2;
//标题左边的标签
public String seoTags;
/**
* 中文搜索增加参与人数字段
*/
private String zhPerson;
/**
* 中文端-活动频道页展现名称未开始
*/
private String zhShowTitleNo;
/**
* 中文端-活动频道页展现名称进行中
*/
private String zhShowTitleIng;
/**
* 中文端-活动频道页展现名称已结束
*/
private String zhShowTitleEd;
/**
* 肩标题
*/
private String shoulderTitle;
/**
* 副标题
*/
private String subTitle;
/**
* 撰稿人
*/
private String author;
/**
* 摘要
*/
private String zhDescription;
/**
* 搜索批查信息
*/
private SearchMasterDetailBean masterDetail;
public String getIsVr() {
return isVr;
}
public void setIsVr(String isVr) {
this.isVr = isVr;
}
public String getShareFlag() {
return shareFlag;
}
public void setShareFlag(String shareFlag) {
this.shareFlag = shareFlag;
}
public String getFirstPublishTime() {
return firstPublishTime;
}
public void setFirstPublishTime(String firstPublishTime) {
this.firstPublishTime = firstPublishTime;
}
public String getDescription() {
return description;
}
public void setDescription(String description) {
this.description = description;
}
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
public String getTitle() {
return title;
}
public void setTitle(String title) {
this.title = title;
}
public String getChannelId() {
return channelId;
}
public void setChannelId(String channelId) {
this.channelId = channelId;
}
public String getChannelName() {
return channelName;
}
public void setChannelName(String channelName) {
this.channelName = channelName;
}
public String getAppStyleImages() {
return appStyleImages;
}
public void setAppStyleImages(String appStyleImages) {
this.appStyleImages = appStyleImages;
}
public String getAppStyle() {
if (StringUtils.isBlank(appStyle)) {
return "0";
}
//突发事件卡转换成无图卡
if((ContentTypeConstant.MANUSCRIPT_STYLE_TWENTY_FIVE+"").equals(appStyle)){
appStyle = "3";
}
return appStyle;
}
public void setAppStyle(String appStyle) {
this.appStyle = appStyle;
}
public int getSearchType() {
if (StringUtils.isBlank(searchType)) {
return 0;
}
if("activity".equals(searchType)){
return 3;
}
try {
int num = Integer.parseInt(searchType);
return num;
} catch (Exception e) {
e.printStackTrace();
return 0;
}
}
public void setSearchType(String searchType) {
this.searchType = searchType;
}
public int getPicCount() {
if (StringUtils.isBlank(picCount)) {
return 0;
}
try {
int num = Integer.parseInt(picCount);
return num;
} catch (Exception e) {
e.printStackTrace();
return 0;
}
}
public void setPicCount(String picCount) {
this.picCount = picCount;
}
public String getLiveType() {
return liveType;
}
public void setLiveType(String liveType) {
this.liveType = liveType;
}
public String getSeoTagName() {
return seoTagName;
}
public void setSeoTagName(String seoTagName) {
this.seoTagName = seoTagName;
}
public String getDuration() {
return duration;
}
public void setDuration(String duration) {
this.duration = duration;
}
public String getShareTitle() {
return shareTitle;
}
public void setShareTitle(String shareTitle) {
this.shareTitle = shareTitle;
}
public String getLinkUrl() {
return linkUrl;
}
public void setLinkUrl(String linkUrl) {
this.linkUrl = linkUrl;
}
public String getShareUrl() {
return shareUrl;
}
public void setShareUrl(String shareUrl) {
this.shareUrl = shareUrl;
}
public String getShareDescripton() {
return shareDescripton;
}
public void setShareDescripton(String shareDescripton) {
this.shareDescripton = shareDescripton;
}
public String getShareCoverUrl() {
return shareCoverUrl;
}
public void setShareCoverUrl(String shareCoverUrl) {
this.shareCoverUrl = shareCoverUrl;
}
public String getPageId() {
return pageId;
}
public void setPageId(String pageId) {
this.pageId = pageId;
}
public String getTopicTemplate() {
return topicTemplate;
}
public void setTopicTemplate(String topicTemplate) {
this.topicTemplate = topicTemplate;
}
public String getTopicType() {
return topicType;
}
public void setTopicType(String topicType) {
this.topicType = topicType;
}
public int getVrType() {
if (StringUtils.isBlank(isVr)) {
return 0;
}
try {
int vrType = Integer.parseInt(isVr);
return vrType;
} catch (Exception e) {
e.printStackTrace();
return 0;
}
}
public String getRelId() {
return relId;
}
public void setRelId(String relId) {
this.relId = relId;
}
public String getRelType() {
return relType;
}
public void setRelType(String relType) {
this.relType = relType;
}
public String getZhPerson() {
return zhPerson;
}
public void setZhPerson(String zhPerson) {
this.zhPerson = zhPerson;
}
public String getZhShowTitleNo() {
return zhShowTitleNo;
}
public void setZhShowTitleNo(String zhShowTitleNo) {
this.zhShowTitleNo = zhShowTitleNo;
}
public String getZhShowTitleIng() {
return zhShowTitleIng;
}
public void setZhShowTitleIng(String zhShowTitleIng) {
this.zhShowTitleIng = zhShowTitleIng;
}
public String getZhShowTitleEd() {
return zhShowTitleEd;
}
public void setZhShowTitleEd(String zhShowTitleEd) {
this.zhShowTitleEd = zhShowTitleEd;
}
public String getShoulderTitle() {
return shoulderTitle;
}
public void setShoulderTitle(String shoulderTitle) {
this.shoulderTitle = shoulderTitle;
}
public String getSubTitle() {
return subTitle;
}
public void setSubTitle(String subTitle) {
this.subTitle = subTitle;
}
public String getAuthor() {
return author;
}
public void setAuthor(String author) {
this.author = author;
}
public String getZhDescription() {
return zhDescription;
}
public void setZhDescription(String zhDescription) {
this.zhDescription = zhDescription;
}
public SearchMasterDetailBean getMasterDetail() {
return masterDetail;
}
public void setMasterDetail(SearchMasterDetailBean masterDetail) {
this.masterDetail = masterDetail;
}
}