Class DescribeCCSelfDefinePolicyRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.DescribeCCSelfDefinePolicyRequest
-
public class DescribeCCSelfDefinePolicyRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeCCSelfDefinePolicyRequest()DescribeCCSelfDefinePolicyRequest(DescribeCCSelfDefinePolicyRequest 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 大禹子产品代号(bgp高防包;bgp-multip共享包)StringgetId()Get 资源IDLonggetLimit()Get 拉取的条数LonggetOffset()Get 偏移量voidsetBusiness(String Business)Set 大禹子产品代号(bgp高防包;bgp-multip共享包)voidsetId(String Id)Set 资源IDvoidsetLimit(Long Limit)Set 拉取的条数voidsetOffset(Long Offset)Set 偏移量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
-
DescribeCCSelfDefinePolicyRequest
public DescribeCCSelfDefinePolicyRequest()
-
DescribeCCSelfDefinePolicyRequest
public DescribeCCSelfDefinePolicyRequest(DescribeCCSelfDefinePolicyRequest 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 大禹子产品代号(bgp高防包;bgp-multip共享包)- Returns:
- Business 大禹子产品代号(bgp高防包;bgp-multip共享包)
-
setBusiness
public void setBusiness(String Business)
Set 大禹子产品代号(bgp高防包;bgp-multip共享包)- Parameters:
Business- 大禹子产品代号(bgp高防包;bgp-multip共享包)
-
getId
public String getId()
Get 资源ID- Returns:
- Id 资源ID
-
setId
public void setId(String Id)
Set 资源ID- Parameters:
Id- 资源ID
-
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- 偏移量
-
-