public class ModifyDDoSLevelRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyDDoSLevelRequest() |
ModifyDDoSLevelRequest(ModifyDDoSLevelRequest 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 |
getBusiness()
Get DDoS防护子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
|
String |
getDDoSLevel()
Get 防护等级,取值[low,middle,high];当Method=set时必填
|
String |
getId()
Get 资源ID
|
String |
getMethod()
Get =get表示读取防护等级;=set表示修改防护等级
|
void |
setBusiness(String Business)
Set DDoS防护子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
|
void |
setDDoSLevel(String DDoSLevel)
Set 防护等级,取值[low,middle,high];当Method=set时必填
|
void |
setId(String Id)
Set 资源ID
|
void |
setMethod(String Method)
Set =get表示读取防护等级;=set表示修改防护等级
|
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 ModifyDDoSLevelRequest()
public ModifyDDoSLevelRequest(ModifyDDoSLevelRequest source)
public String getId()
public void setId(String Id)
Id
- 资源IDpublic String getBusiness()
public void setBusiness(String Business)
Business
- DDoS防护子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)public String getMethod()
public void setMethod(String Method)
Method
- =get表示读取防护等级;=set表示修改防护等级public String getDDoSLevel()
public void setDDoSLevel(String DDoSLevel)
DDoSLevel
- 防护等级,取值[low,middle,high];当Method=set时必填Copyright © 2024. All rights reserved.