public class ModifyUserLevelRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyUserLevelRequest() | 
| ModifyUserLevelRequest(ModifyUserLevelRequest 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 域名 | 
| Long | getLevel()Get 防护规则等级 300=standard,400=extended | 
| void | setDomain(String Domain)Set 域名 | 
| void | setLevel(Long Level)Set 防护规则等级 300=standard,400=extended | 
| 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 ModifyUserLevelRequest()
public ModifyUserLevelRequest(ModifyUserLevelRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain - 域名public Long getLevel()
public void setLevel(Long Level)
Level - 防护规则等级 300=standard,400=extendedCopyright © 2025. All rights reserved.