Class ClsLogIpData

    • Constructor Detail

      • ClsLogIpData

        public ClsLogIpData()
      • ClsLogIpData

        public ClsLogIpData​(ClsLogIpData source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getClientIp

        public String getClientIp()
        Get IP
        Returns:
        ClientIp IP
      • setClientIp

        public void setClientIp​(String ClientIp)
        Set IP
        Parameters:
        ClientIp - IP
      • getRequest

        public Long getRequest()
        Get 在给定的时间段中,1秒内的最大请求量
        Returns:
        Request 在给定的时间段中,1秒内的最大请求量
      • setRequest

        public void setRequest​(Long Request)
        Set 在给定的时间段中,1秒内的最大请求量
        Parameters:
        Request - 在给定的时间段中,1秒内的最大请求量
      • getCount

        public Long getCount()
        Get 在获取的Top信息中,IP出现的次数
        Returns:
        Count 在获取的Top信息中,IP出现的次数
      • setCount

        public void setCount​(Long Count)
        Set 在获取的Top信息中,IP出现的次数
        Parameters:
        Count - 在获取的Top信息中,IP出现的次数
      • getTime

        public String getTime()
        Get 在给定的时间段中,1秒内的最大请求量对应的时间
        Returns:
        Time 在给定的时间段中,1秒内的最大请求量对应的时间
      • setTime

        public void setTime​(String Time)
        Set 在给定的时间段中,1秒内的最大请求量对应的时间
        Parameters:
        Time - 在给定的时间段中,1秒内的最大请求量对应的时间