Class BrowseEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.service.browse.BrowseEntity
All Implemented Interfaces:
Serializable

@Entity public class BrowseEntity extends BaseEntity
访客浏览网站记录 visitor website browse record 仅保留48小时内的浏览记录,超时则自动删除
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • referrer

      private String referrer
    • url

      private String url
    • title

      private String title
    • duration

      private Long duration
    • pageLoadTime

      private Long pageLoadTime
    • ipAddress

      private String ipAddress
    • userAgent

      private String userAgent
    • deviceType

      private String deviceType
    • operatingSystem

      private String operatingSystem
    • browser

      private String browser
    • screenResolution

      private String screenResolution
    • geoLocation

      private String geoLocation
    • sessionId

      private String sessionId
    • eventData

      private String eventData
    • utmSource

      private String utmSource
    • utmMedium

      private String utmMedium
    • utmCampaign

      private String utmCampaign
    • visitor

      private VisitorEntity visitor
  • Constructor Details

    • BrowseEntity

      public BrowseEntity()