Class DescribeNamespaceBundlesOptRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.DescribeNamespaceBundlesOptRequest
-
public class DescribeNamespaceBundlesOptRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeNamespaceBundlesOptRequest()DescribeNamespaceBundlesOptRequest(DescribeNamespaceBundlesOptRequest 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 StringgetBundle()Get 过滤的 bundleStringgetClusterName()Get 物理集群名LonggetLimit()Get 查询限制条数StringgetNamespaceName()Get 命名空间名BooleangetNeedMetrics()Get 是否需要监控指标,若传false,则不需要传Limit和Offset分页参数LonggetOffset()Get 查询偏移量StringgetOwnerBroker()Get bundle 所属的 broker ip 地址,支持模糊查询StringgetTenantId()Get 虚拟集群(租户)IDvoidsetBundle(String Bundle)Set 过滤的 bundlevoidsetClusterName(String ClusterName)Set 物理集群名voidsetLimit(Long Limit)Set 查询限制条数voidsetNamespaceName(String NamespaceName)Set 命名空间名voidsetNeedMetrics(Boolean NeedMetrics)Set 是否需要监控指标,若传false,则不需要传Limit和Offset分页参数voidsetOffset(Long Offset)Set 查询偏移量voidsetOwnerBroker(String OwnerBroker)Set bundle 所属的 broker ip 地址,支持模糊查询voidsetTenantId(String TenantId)Set 虚拟集群(租户)IDvoidtoMap(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
-
DescribeNamespaceBundlesOptRequest
public DescribeNamespaceBundlesOptRequest()
-
DescribeNamespaceBundlesOptRequest
public DescribeNamespaceBundlesOptRequest(DescribeNamespaceBundlesOptRequest 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
-
getClusterName
public String getClusterName()
Get 物理集群名- Returns:
- ClusterName 物理集群名
-
setClusterName
public void setClusterName(String ClusterName)
Set 物理集群名- Parameters:
ClusterName- 物理集群名
-
getTenantId
public String getTenantId()
Get 虚拟集群(租户)ID- Returns:
- TenantId 虚拟集群(租户)ID
-
setTenantId
public void setTenantId(String TenantId)
Set 虚拟集群(租户)ID- Parameters:
TenantId- 虚拟集群(租户)ID
-
getNamespaceName
public String getNamespaceName()
Get 命名空间名- Returns:
- NamespaceName 命名空间名
-
setNamespaceName
public void setNamespaceName(String NamespaceName)
Set 命名空间名- Parameters:
NamespaceName- 命名空间名
-
getNeedMetrics
public Boolean getNeedMetrics()
Get 是否需要监控指标,若传false,则不需要传Limit和Offset分页参数- Returns:
- NeedMetrics 是否需要监控指标,若传false,则不需要传Limit和Offset分页参数
-
setNeedMetrics
public void setNeedMetrics(Boolean NeedMetrics)
Set 是否需要监控指标,若传false,则不需要传Limit和Offset分页参数- Parameters:
NeedMetrics- 是否需要监控指标,若传false,则不需要传Limit和Offset分页参数
-
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- 查询偏移量
-
getBundle
public String getBundle()
Get 过滤的 bundle- Returns:
- Bundle 过滤的 bundle
-
setBundle
public void setBundle(String Bundle)
Set 过滤的 bundle- Parameters:
Bundle- 过滤的 bundle
-
getOwnerBroker
public String getOwnerBroker()
Get bundle 所属的 broker ip 地址,支持模糊查询- Returns:
- OwnerBroker bundle 所属的 broker ip 地址,支持模糊查询
-
setOwnerBroker
public void setOwnerBroker(String OwnerBroker)
Set bundle 所属的 broker ip 地址,支持模糊查询- Parameters:
OwnerBroker- bundle 所属的 broker ip 地址,支持模糊查询
-
-