Class DescribeRegionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.DescribeRegionRequest
-
public class DescribeRegionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeRegionRequest()DescribeRegionRequest(DescribeRegionRequest 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 业务字段,可忽略StringgetCdcId()Get cdc专有集群业务字段,可忽略LonggetLimit()Get 返回最大结果数LonggetOffset()Get 偏移量voidsetBusiness(String Business)Set 业务字段,可忽略voidsetCdcId(String CdcId)Set cdc专有集群业务字段,可忽略voidsetLimit(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
-
DescribeRegionRequest
public DescribeRegionRequest()
-
DescribeRegionRequest
public DescribeRegionRequest(DescribeRegionRequest 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
-
getOffset
public Long getOffset()
Get 偏移量- Returns:
- Offset 偏移量
-
setOffset
public void setOffset(Long Offset)
Set 偏移量- Parameters:
Offset- 偏移量
-
getLimit
public Long getLimit()
Get 返回最大结果数- Returns:
- Limit 返回最大结果数
-
setLimit
public void setLimit(Long Limit)
Set 返回最大结果数- Parameters:
Limit- 返回最大结果数
-
getBusiness
public String getBusiness()
Get 业务字段,可忽略- Returns:
- Business 业务字段,可忽略
-
setBusiness
public void setBusiness(String Business)
Set 业务字段,可忽略- Parameters:
Business- 业务字段,可忽略
-
getCdcId
public String getCdcId()
Get cdc专有集群业务字段,可忽略- Returns:
- CdcId cdc专有集群业务字段,可忽略
-
setCdcId
public void setCdcId(String CdcId)
Set cdc专有集群业务字段,可忽略- Parameters:
CdcId- cdc专有集群业务字段,可忽略
-
-