Class StandardModeConfig

    • Constructor Detail

      • StandardModeConfig

        public StandardModeConfig()
      • StandardModeConfig

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

      • getTtl

        public Long getTtl()
        Get 阻断时长,单位:秒
        Returns:
        Ttl 阻断时长,单位:秒
      • setTtl

        public void setTtl​(Long Ttl)
        Set 阻断时长,单位:秒
        Parameters:
        Ttl - 阻断时长,单位:秒