Class ModifyDDoSAIStatusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.ModifyDDoSAIStatusRequest
-
public class ModifyDDoSAIStatusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyDDoSAIStatusRequest()ModifyDDoSAIStatusRequest(ModifyDDoSAIStatusRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBusiness()Get 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)StringgetDDoSAI()Get AI防护状态,取值[on,off];当Method=set时必填;StringgetId()Get 资源IDStringgetMethod()Get =get表示读取AI防护状态;=set表示修改AI防护状态;voidsetBusiness(String Business)Set 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)voidsetDDoSAI(String DDoSAI)Set AI防护状态,取值[on,off];当Method=set时必填;voidsetId(String Id)Set 资源IDvoidsetMethod(String Method)Set =get表示读取AI防护状态;=set表示修改AI防护状态;voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyDDoSAIStatusRequest
public ModifyDDoSAIStatusRequest()
-
ModifyDDoSAIStatusRequest
public ModifyDDoSAIStatusRequest(ModifyDDoSAIStatusRequest 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.
-
-
Method Detail
-
getBusiness
public String getBusiness()
Get 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)- Returns:
- Business 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
-
setBusiness
public void setBusiness(String Business)
Set 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)- Parameters:
Business- 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
-
getId
public String getId()
Get 资源ID- Returns:
- Id 资源ID
-
setId
public void setId(String Id)
Set 资源ID- Parameters:
Id- 资源ID
-
getMethod
public String getMethod()
Get =get表示读取AI防护状态;=set表示修改AI防护状态;- Returns:
- Method =get表示读取AI防护状态;=set表示修改AI防护状态;
-
setMethod
public void setMethod(String Method)
Set =get表示读取AI防护状态;=set表示修改AI防护状态;- Parameters:
Method- =get表示读取AI防护状态;=set表示修改AI防护状态;
-
getDDoSAI
public String getDDoSAI()
Get AI防护状态,取值[on,off];当Method=set时必填;- Returns:
- DDoSAI AI防护状态,取值[on,off];当Method=set时必填;
-
setDDoSAI
public void setDDoSAI(String DDoSAI)
Set AI防护状态,取值[on,off];当Method=set时必填;- Parameters:
DDoSAI- AI防护状态,取值[on,off];当Method=set时必填;
-
-