public class ModifyDDoSWaterKeyRequest extends AbstractModel
Constructor and Description |
---|
ModifyDDoSWaterKeyRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getBusiness()
Get Anti-DDoS service type.
|
Long |
getKeyId()
Get Key ID, which can be left empty or 0 when adding a key but is required for other operations
|
String |
getMethod()
Get Key operation.
|
String |
getPolicyId()
Get Policy ID
|
void |
setBusiness(String Business)
Set Anti-DDoS service type.
|
void |
setKeyId(Long KeyId)
Set Key ID, which can be left empty or 0 when adding a key but is required for other operations
|
void |
setMethod(String Method)
Set Key operation.
|
void |
setPolicyId(String PolicyId)
Set Policy 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 String getBusiness()
public void setBusiness(String Business)
Business
- Anti-DDoS service type. `bgpip`: Anti-DDoS Advanced; `bgp`: Anti-DDoS Pro (single IP); `bgp-multip`: Anti-DDoS Pro (multi-IP), `net`: Anti-DDoS Ultimatepublic String getPolicyId()
public void setPolicyId(String PolicyId)
PolicyId
- Policy IDpublic String getMethod()
public void setMethod(String Method)
Method
- Key operation. Valid values: [add (add), delete (delete), open (open), close (close), get (get key)]public Long getKeyId()
public void setKeyId(Long KeyId)
KeyId
- Key ID, which can be left empty or 0 when adding a key but is required for other operationsCopyright © 2020. All rights reserved.