public class ModifyCCLevelPolicyRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyCCLevelPolicyRequest() | 
| ModifyCCLevelPolicyRequest(ModifyCCLevelPolicyRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDomain()Get 域名 | 
| String | getInstanceId()Get 实例Id | 
| String | getIp()Get IP地址 | 
| String | getLevel()Get CC防护等级,可取值loose表示宽松,strict表示严格,normal表示适中, emergency表示攻击紧急, sup_loose表示超级宽松,default表示默认策略(无频控配置下发),customized表示自定义策略 | 
| String | getProtocol()Get 协议,可取值http、https、http/https | 
| void | setDomain(String Domain)Set 域名 | 
| void | setInstanceId(String InstanceId)Set 实例Id | 
| void | setIp(String Ip)Set IP地址 | 
| void | setLevel(String Level)Set CC防护等级,可取值loose表示宽松,strict表示严格,normal表示适中, emergency表示攻击紧急, sup_loose表示超级宽松,default表示默认策略(无频控配置下发),customized表示自定义策略 | 
| void | setProtocol(String Protocol)Set 协议,可取值http、https、http/https | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyCCLevelPolicyRequest()
public ModifyCCLevelPolicyRequest(ModifyCCLevelPolicyRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例Idpublic String getIp()
public void setIp(String Ip)
Ip - IP地址public String getDomain()
public void setDomain(String Domain)
Domain - 域名public String getProtocol()
public void setProtocol(String Protocol)
Protocol - 协议,可取值http、https、http/httpspublic String getLevel()
public void setLevel(String Level)
Level - CC防护等级,可取值loose表示宽松,strict表示严格,normal表示适中, emergency表示攻击紧急, sup_loose表示超级宽松,default表示默认策略(无频控配置下发),customized表示自定义策略Copyright © 2025. All rights reserved.