public class DescribeCCIpAllowDenyRequest extends AbstractModel
Constructor and Description |
---|
DescribeCCIpAllowDenyRequest() |
DescribeCCIpAllowDenyRequest(DescribeCCIpAllowDenyRequest 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专业版)
|
String |
getId()
Get 资源ID
|
Long |
getLimit()
Get 分页参数
|
Long |
getOffset()
Get 分页参数
|
String |
getProtocol()
Get 可选,代表HTTP协议或HTTPS协议的CC防护,取值[http(HTTP协议的CC防护),https(HTTPS协议的CC防护)];
|
String[] |
getType()
Get 黑或白名单,取值[white(白名单),black(黑名单)]
注意:此数组只能有一个值,不能同时获取黑名单和白名单
|
void |
setBusiness(String Business)
Set 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
|
void |
setId(String Id)
Set 资源ID
|
void |
setLimit(Long Limit)
Set 分页参数
|
void |
setOffset(Long Offset)
Set 分页参数
|
void |
setProtocol(String Protocol)
Set 可选,代表HTTP协议或HTTPS协议的CC防护,取值[http(HTTP协议的CC防护),https(HTTPS协议的CC防护)];
|
void |
setType(String[] Type)
Set 黑或白名单,取值[white(白名单),black(黑名单)]
注意:此数组只能有一个值,不能同时获取黑名单和白名单
|
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 DescribeCCIpAllowDenyRequest()
public DescribeCCIpAllowDenyRequest(DescribeCCIpAllowDenyRequest source)
public String getBusiness()
public void setBusiness(String Business)
Business
- 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)public String getId()
public void setId(String Id)
Id
- 资源IDpublic String[] getType()
public void setType(String[] Type)
Type
- 黑或白名单,取值[white(白名单),black(黑名单)]
注意:此数组只能有一个值,不能同时获取黑名单和白名单public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页参数public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页参数public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- 可选,代表HTTP协议或HTTPS协议的CC防护,取值[http(HTTP协议的CC防护),https(HTTPS协议的CC防护)];Copyright © 2022. All rights reserved.