类 VisitComponent.Visit

java.lang.Object
com.publiccms.logic.component.site.VisitComponent.Visit
封闭类:
VisitComponent

public static class VisitComponent.Visit extends Object
  • 字段详细资料

    • uv

      long uv
    • pv

      long pv
    • ipviews

      long ipviews
    • maxUv

      long maxUv
    • maxPv

      long maxPv
    • maxIpviews

      long maxIpviews
    • maxUvDate

      Date maxUvDate
    • maxPvDate

      Date maxPvDate
    • maxIpviewsDate

      Date maxIpviewsDate
  • 构造器详细资料

    • Visit

      public Visit()
  • 方法详细资料

    • getUv

      public long getUv()
      返回:
      the uv
    • setUv

      public void setUv(long uv)
      参数:
      uv - the uv to set
    • getPv

      public long getPv()
      返回:
      the pv
    • setPv

      public void setPv(long pv)
      参数:
      pv - the pv to set
    • getIpviews

      public long getIpviews()
      返回:
      the ipviews
    • setIpviews

      public void setIpviews(long ipviews)
      参数:
      ipviews - the ipviews to set
    • getMaxUv

      public long getMaxUv()
      返回:
      the maxUv
    • setMaxUv

      public void setMaxUv(long maxUv)
      参数:
      maxUv - the maxUv to set
    • getMaxPv

      public long getMaxPv()
      返回:
      the maxPv
    • setMaxPv

      public void setMaxPv(long maxPv)
      参数:
      maxPv - the maxPv to set
    • getMaxIpviews

      public long getMaxIpviews()
      返回:
      the maxIpviews
    • setMaxIpviews

      public void setMaxIpviews(long maxIpviews)
      参数:
      maxIpviews - the maxIpviews to set
    • getMaxUvDate

      public Date getMaxUvDate()
      返回:
      the maxUvDate
    • setMaxUvDate

      public void setMaxUvDate(Date maxUvDate)
      参数:
      maxUvDate - the maxUvDate to set
    • getMaxPvDate

      public Date getMaxPvDate()
      返回:
      the maxPvDate
    • setMaxPvDate

      public void setMaxPvDate(Date maxPvDate)
      参数:
      maxPvDate - the maxPvDate to set
    • getMaxIpviewsDate

      public Date getMaxIpviewsDate()
      返回:
      the maxIpviewsDate
    • setMaxIpviewsDate

      public void setMaxIpviewsDate(Date maxIpviewsDate)
      参数:
      maxIpviewsDate - the maxIpviewsDate to set