Class DescribeCCIpAllowDenyRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.DescribeCCIpAllowDenyRequest
-
public class DescribeCCIpAllowDenyRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBusiness()Get 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)StringgetId()Get 资源IDLonggetLimit()Get 分页参数LonggetOffset()Get 分页参数StringgetProtocol()Get 可选,代表HTTP协议或HTTPS协议的CC防护,取值[http(HTTP协议的CC防护),https(HTTPS协议的CC防护)];String[]getType()Get 黑或白名单,取值[white(白名单),black(黑名单)] 注意:此数组只能有一个值,不能同时获取黑名单和白名单voidsetBusiness(String Business)Set 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)voidsetId(String Id)Set 资源IDvoidsetLimit(Long Limit)Set 分页参数voidsetOffset(Long Offset)Set 分页参数voidsetProtocol(String Protocol)Set 可选,代表HTTP协议或HTTPS协议的CC防护,取值[http(HTTP协议的CC防护),https(HTTPS协议的CC防护)];voidsetType(String[] Type)Set 黑或白名单,取值[white(白名单),black(黑名单)] 注意:此数组只能有一个值,不能同时获取黑名单和白名单voidtoMap(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
-
DescribeCCIpAllowDenyRequest
public DescribeCCIpAllowDenyRequest()
-
DescribeCCIpAllowDenyRequest
public 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.
-
-
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专业版)
-
getId
public String getId()
Get 资源ID- Returns:
- Id 资源ID
-
setId
public void setId(String Id)
Set 资源ID- Parameters:
Id- 资源ID
-
getType
public String[] getType()
Get 黑或白名单,取值[white(白名单),black(黑名单)] 注意:此数组只能有一个值,不能同时获取黑名单和白名单- Returns:
- Type 黑或白名单,取值[white(白名单),black(黑名单)] 注意:此数组只能有一个值,不能同时获取黑名单和白名单
-
setType
public void setType(String[] Type)
Set 黑或白名单,取值[white(白名单),black(黑名单)] 注意:此数组只能有一个值,不能同时获取黑名单和白名单- Parameters:
Type- 黑或白名单,取值[white(白名单),black(黑名单)] 注意:此数组只能有一个值,不能同时获取黑名单和白名单
-
getLimit
public Long getLimit()
Get 分页参数- Returns:
- Limit 分页参数
-
setLimit
public void setLimit(Long Limit)
Set 分页参数- Parameters:
Limit- 分页参数
-
getOffset
public Long getOffset()
Get 分页参数- Returns:
- Offset 分页参数
-
setOffset
public void setOffset(Long Offset)
Set 分页参数- Parameters:
Offset- 分页参数
-
getProtocol
public String getProtocol()
Get 可选,代表HTTP协议或HTTPS协议的CC防护,取值[http(HTTP协议的CC防护),https(HTTPS协议的CC防护)];- Returns:
- Protocol 可选,代表HTTP协议或HTTPS协议的CC防护,取值[http(HTTP协议的CC防护),https(HTTPS协议的CC防护)];
-
setProtocol
public void setProtocol(String Protocol)
Set 可选,代表HTTP协议或HTTPS协议的CC防护,取值[http(HTTP协议的CC防护),https(HTTPS协议的CC防护)];- Parameters:
Protocol- 可选,代表HTTP协议或HTTPS协议的CC防护,取值[http(HTTP协议的CC防护),https(HTTPS协议的CC防护)];
-
-