public class ModifyProtectionLevelRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyProtectionLevelRequest() |
ModifyProtectionLevelRequest(ModifyProtectionLevelRequest 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 防护等级,100,200,300
|
void |
setDomain(String Domain)
Set 客户域名
|
void |
setLevel(Long Level)
Set 防护等级,100,200,300
|
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, toJsonString
public ModifyProtectionLevelRequest()
public ModifyProtectionLevelRequest(ModifyProtectionLevelRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- 客户域名public Long getLevel()
public void setLevel(Long Level)
Level
- 防护等级,100,200,300Copyright © 2025. All rights reserved.