public class ModifyDDoSWaterKeyRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getBusiness()
Get 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
|
Long |
getKeyId()
Get 密钥ID,当添加密钥操作时可以不填或填0,其他操作时必须填写;
|
String |
getMethod()
Get 密钥操作,取值:[add(添加),delete(删除),open(开启),close(关闭),get(获取密钥)]
|
String |
getPolicyId()
Get 策略ID
|
void |
setBusiness(String Business)
Set 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
|
void |
setKeyId(Long KeyId)
Set 密钥ID,当添加密钥操作时可以不填或填0,其他操作时必须填写;
|
void |
setMethod(String Method)
Set 密钥操作,取值:[add(添加),delete(删除),open(开启),close(关闭),get(获取密钥)]
|
void |
setPolicyId(String PolicyId)
Set 策略ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyDDoSWaterKeyRequest()
public ModifyDDoSWaterKeyRequest(ModifyDDoSWaterKeyRequest source)
public String getBusiness()
public void setBusiness(String Business)
Business
- 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)public String getPolicyId()
public void setPolicyId(String PolicyId)
PolicyId
- 策略IDpublic String getMethod()
public void setMethod(String Method)
Method
- 密钥操作,取值:[add(添加),delete(删除),open(开启),close(关闭),get(获取密钥)]public Long getKeyId()
public void setKeyId(Long KeyId)
KeyId
- 密钥ID,当添加密钥操作时可以不填或填0,其他操作时必须填写;Copyright © 2021. All rights reserved.