public class UpdateProtectionModesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateProtectionModesRequest() | 
| UpdateProtectionModesRequest(UpdateProtectionModesRequest 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 | getEdition()Get 资源类型 | 
| Long | getMode()Get 0表示观察,1表示拦截 | 
| String[] | getTypeIDs()Get 大类规则ID | 
| void | setDomain(String Domain)Set 域名 | 
| void | setEdition(String Edition)Set 资源类型 | 
| void | setMode(Long Mode)Set 0表示观察,1表示拦截 | 
| void | setTypeIDs(String[] TypeIDs)Set 大类规则ID | 
| 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 UpdateProtectionModesRequest()
public UpdateProtectionModesRequest(UpdateProtectionModesRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain - 域名public String getEdition()
public void setEdition(String Edition)
Edition - 资源类型public String[] getTypeIDs()
public void setTypeIDs(String[] TypeIDs)
TypeIDs - 大类规则IDpublic Long getMode()
public void setMode(Long Mode)
Mode - 0表示观察,1表示拦截Copyright © 2025. All rights reserved.