Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
searchhotcrawler
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhiwei
searchhotcrawler
Commits
ccbd8308
Commit
ccbd8308
authored
Jan 21, 2022
by
chenweitao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'working' into 'master'
增加HotSearchCache实体类字段 See merge request
!176
parents
44758b21
70ceeae4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
src/main/java/com/zhiwei/searchhotcrawler/bean/HotSearchCache.java
+18
-0
No files found.
src/main/java/com/zhiwei/searchhotcrawler/bean/HotSearchCache.java
View file @
ccbd8308
...
...
@@ -4,6 +4,7 @@ import lombok.Data;
import
lombok.ToString
;
import
java.util.Date
;
import
java.util.List
;
@ToString
@Data
...
...
@@ -113,6 +114,23 @@ public class HotSearchCache {
*/
private
String
downtext
;
/** 真实最新排名 (微博热搜)*/
private
Integer
realLastRank
;
/** 真实最高排名 (微博热搜)*/
private
Integer
realHighestRank
;
/** 标签 (B站排行榜)*/
private
String
tag
;
/** 分类 (微博热搜)*/
private
List
<
String
>
classify
;
/** 地区 (微博热搜)*/
private
List
<
String
>
region
;
/** 标签 (微博热搜)*/
private
List
<
String
>
label
;
public
HotSearchCache
(
String
url
,
String
name
,
String
topicLead
,
Long
highestCount
,
Long
lastCount
,
Boolean
hot
,
Date
startTime
,
Date
endTime
,
Integer
highestRank
,
Integer
lastRank
,
String
type
,
Integer
duration
){
this
.
id
=
name
+
"_"
+
type
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment