Class BrowseExcel

java.lang.Object
com.bytedesk.core.base.BaseExcel
com.bytedesk.service.browse.BrowseExcel
All Implemented Interfaces:
Serializable

public class BrowseExcel extends BaseExcel
访客浏览记录Excel导出模型
Since:
2025-07-04 https://github.com/alibaba/easyexcel
Version:
1.0
Author:
jackning
See Also:
  • Field Details

    • referrer

      private String referrer
      来源页面URL
    • url

      private String url
      浏览的URL
    • title

      private String title
      浏览的标题
    • duration

      private Long duration
      停留时长(秒)
    • pageLoadTime

      private Long pageLoadTime
      页面加载时间(毫秒)
    • ipAddress

      private String ipAddress
      IP地址
    • deviceType

      private String deviceType
      设备类型
    • operatingSystem

      private String operatingSystem
      操作系统
    • browser

      private String browser
      浏览器类型及版本
    • screenResolution

      private String screenResolution
      屏幕分辨率
    • geoLocation

      private String geoLocation
      地理位置信息
    • sessionId

      private String sessionId
      会话ID
    • utmSource

      private String utmSource
      UTM来源参数
    • utmMedium

      private String utmMedium
      UTM媒介参数
    • utmCampaign

      private String utmCampaign
      UTM活动参数
    • visitorUid

      private String visitorUid
      访客ID
    • visitorNickname

      private String visitorNickname
      访客昵称
    • createdAt

      private ZonedDateTime createdAt
      创建时间
  • Constructor Details

    • BrowseExcel

      public BrowseExcel()