Class ModifyDDoSWaterKeyRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.ModifyDDoSWaterKeyRequest
-
public class ModifyDDoSWaterKeyRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyDDoSWaterKeyRequest()ModifyDDoSWaterKeyRequest(ModifyDDoSWaterKeyRequest 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专业版)LonggetKeyId()Get 密钥ID,当添加密钥操作时可以不填或填0,其他操作时必须填写;StringgetMethod()Get 密钥操作,取值:[add(添加),delete(删除),open(开启),close(关闭),get(获取密钥)]StringgetPolicyId()Get 策略IDvoidsetBusiness(String Business)Set 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)voidsetKeyId(Long KeyId)Set 密钥ID,当添加密钥操作时可以不填或填0,其他操作时必须填写;voidsetMethod(String Method)Set 密钥操作,取值:[add(添加),delete(删除),open(开启),close(关闭),get(获取密钥)]voidsetPolicyId(String PolicyId)Set 策略IDvoidtoMap(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
-
ModifyDDoSWaterKeyRequest
public ModifyDDoSWaterKeyRequest()
-
ModifyDDoSWaterKeyRequest
public ModifyDDoSWaterKeyRequest(ModifyDDoSWaterKeyRequest 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专业版)
-
getPolicyId
public String getPolicyId()
Get 策略ID- Returns:
- PolicyId 策略ID
-
setPolicyId
public void setPolicyId(String PolicyId)
Set 策略ID- Parameters:
PolicyId- 策略ID
-
getMethod
public String getMethod()
Get 密钥操作,取值:[add(添加),delete(删除),open(开启),close(关闭),get(获取密钥)]- Returns:
- Method 密钥操作,取值:[add(添加),delete(删除),open(开启),close(关闭),get(获取密钥)]
-
setMethod
public void setMethod(String Method)
Set 密钥操作,取值:[add(添加),delete(删除),open(开启),close(关闭),get(获取密钥)]- Parameters:
Method- 密钥操作,取值:[add(添加),delete(删除),open(开启),close(关闭),get(获取密钥)]
-
getKeyId
public Long getKeyId()
Get 密钥ID,当添加密钥操作时可以不填或填0,其他操作时必须填写;- Returns:
- KeyId 密钥ID,当添加密钥操作时可以不填或填0,其他操作时必须填写;
-
setKeyId
public void setKeyId(Long KeyId)
Set 密钥ID,当添加密钥操作时可以不填或填0,其他操作时必须填写;- Parameters:
KeyId- 密钥ID,当添加密钥操作时可以不填或填0,其他操作时必须填写;
-
-