Class HttpsBilling

    • Constructor Detail

      • HttpsBilling

        public HttpsBilling()
      • HttpsBilling

        public HttpsBilling​(HttpsBilling 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 HTTPS服务配置开关,取值有: on:开启,缺省时默认开启,会产生计费 off:关闭,拦截https请求
        Returns:
        Switch HTTPS服务配置开关,取值有: on:开启,缺省时默认开启,会产生计费 off:关闭,拦截https请求
      • setSwitch

        public void setSwitch​(String Switch)
        Set HTTPS服务配置开关,取值有: on:开启,缺省时默认开启,会产生计费 off:关闭,拦截https请求
        Parameters:
        Switch - HTTPS服务配置开关,取值有: on:开启,缺省时默认开启,会产生计费 off:关闭,拦截https请求