Class DDoSBlockData

    • Constructor Detail

      • DDoSBlockData

        public DDoSBlockData()
      • DDoSBlockData

        public DDoSBlockData​(DDoSBlockData 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

      • getStartTime

        public Long getStartTime()
        Get 开始时间,采用unix时间戳。
        Returns:
        StartTime 开始时间,采用unix时间戳。
      • setStartTime

        public void setStartTime​(Long StartTime)
        Set 开始时间,采用unix时间戳。
        Parameters:
        StartTime - 开始时间,采用unix时间戳。
      • getEndTime

        public Long getEndTime()
        Get 结束时间,采用unix时间戳, 为0表示还处于封禁中。
        Returns:
        EndTime 结束时间,采用unix时间戳, 为0表示还处于封禁中。
      • setEndTime

        public void setEndTime​(Long EndTime)
        Set 结束时间,采用unix时间戳, 为0表示还处于封禁中。
        Parameters:
        EndTime - 结束时间,采用unix时间戳, 为0表示还处于封禁中。
      • getBlockArea

        public String getBlockArea()
        Get 封禁受影响区域。
        Returns:
        BlockArea 封禁受影响区域。
      • setBlockArea

        public void setBlockArea​(String BlockArea)
        Set 封禁受影响区域。
        Parameters:
        BlockArea - 封禁受影响区域。