Class CC

    • Constructor Detail

      • CC

        public CC()
      • CC

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

      • getSwitch

        public String getSwitch()
        Get Waf开关,取值为:
      • on:开启;
      • off:关闭。
Returns:
Switch Waf开关,取值为:
  • on:开启;
  • off:关闭。
  • Parameters:
    Switch - Waf开关,取值为:
  • on:开启;
  • off:关闭。