public class DescribeCCUrlAllowRequest extends AbstractModel
Constructor and Description |
---|
DescribeCCUrlAllowRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getBusiness()
Get Anti-DDoS service type.
|
String |
getId()
Get Anti-DDoS instance ID
|
Long |
getLimit()
Get Pagination parameter
|
Long |
getOffset()
Get Pagination parameter
|
String |
getProtocol()
Get HTTP or HTTPS CC protection, which is optional.
|
String[] |
getType()
Get Blocklist or allowlist.
|
void |
setBusiness(String Business)
Set Anti-DDoS service type.
|
void |
setId(String Id)
Set Anti-DDoS instance ID
|
void |
setLimit(Long Limit)
Set Pagination parameter
|
void |
setOffset(Long Offset)
Set Pagination parameter
|
void |
setProtocol(String Protocol)
Set HTTP or HTTPS CC protection, which is optional.
|
void |
setType(String[] Type)
Set Blocklist or allowlist.
|
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 getId()
public void setId(String Id)
Id
- Anti-DDoS instance IDpublic String[] getType()
public void setType(String[] Type)
Type
- Blocklist or allowlist. Valid value: [white (allowlist)]. Currently, only allowlist is supported.
Note: this array can only have one value which can only be `white`public Long getLimit()
public void setLimit(Long Limit)
Limit
- Pagination parameterpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination parameterpublic String getProtocol()
public void setProtocol(String Protocol)
Protocol
- HTTP or HTTPS CC protection, which is optional. Valid values: [http (HTTP CC protection), https (HTTPS CC protection)];Copyright © 2020. All rights reserved.