Package com.bytedesk.service.browse
Class BrowseEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.service.browse.BrowseEntity
- All Implemented Interfaces:
Serializable
访客浏览网站记录
visitor website browse record
仅保留48小时内的浏览记录,超时则自动删除
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private String
private Long
private String
private String
private String
private String
private Long
private String
private String
private static final long
private String
private String
private String
private String
private String
private String
private String
private VisitorEntity
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
referrer
-
url
-
title
-
duration
-
pageLoadTime
-
ipAddress
-
userAgent
-
deviceType
-
operatingSystem
-
browser
-
screenResolution
-
geoLocation
-
sessionId
-
eventData
-
utmSource
-
utmMedium
-
utmCampaign
-
visitor
-
-
Constructor Details
-
BrowseEntity
public BrowseEntity()
-