Class SwitchConfig

    • Constructor Detail

      • SwitchConfig

        public SwitchConfig()
      • SwitchConfig

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

      • getWebSwitch

        public String getWebSwitch()
        Get Web类型的安全总开关,取值有:
      • on:开启;
      • off:关闭。
      • 不影响DDoS与Bot的开关。
Returns:
WebSwitch Web类型的安全总开关,取值有:
  • on:开启;
  • off:关闭。
  • 不影响DDoS与Bot的开关。
    Parameters:
    WebSwitch - Web类型的安全总开关,取值有:
  • on:开启;
  • off:关闭。
  • 不影响DDoS与Bot的开关。