Class DescribeBindVpcsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.DescribeBindVpcsRequest
-
public class DescribeBindVpcsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeBindVpcsRequest()DescribeBindVpcsRequest(DescribeBindVpcsRequest 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 StringgetClusterId()Get Pulsar 集群的IDLonggetLimit()Get 返回数量,不填则默认为10,最大值为20。LonggetOffset()Get 起始下标,不填默认为0。voidsetClusterId(String ClusterId)Set Pulsar 集群的IDvoidsetLimit(Long Limit)Set 返回数量,不填则默认为10,最大值为20。voidsetOffset(Long Offset)Set 起始下标,不填默认为0。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
-
DescribeBindVpcsRequest
public DescribeBindVpcsRequest()
-
DescribeBindVpcsRequest
public DescribeBindVpcsRequest(DescribeBindVpcsRequest 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 起始下标,不填默认为0。- Returns:
- Offset 起始下标,不填默认为0。
-
setOffset
public void setOffset(Long Offset)
Set 起始下标,不填默认为0。- Parameters:
Offset- 起始下标,不填默认为0。
-
getLimit
public Long getLimit()
Get 返回数量,不填则默认为10,最大值为20。- Returns:
- Limit 返回数量,不填则默认为10,最大值为20。
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,不填则默认为10,最大值为20。- Parameters:
Limit- 返回数量,不填则默认为10,最大值为20。
-
getClusterId
public String getClusterId()
Get Pulsar 集群的ID- Returns:
- ClusterId Pulsar 集群的ID
-
setClusterId
public void setClusterId(String ClusterId)
Set Pulsar 集群的ID- Parameters:
ClusterId- Pulsar 集群的ID
-
-