public class DescribeContainerGroupsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeContainerGroupsRequest() | 
| DescribeContainerGroupsRequest(DescribeContainerGroupsRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getApplicationId()Get 分组所属【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。 | 
| String | getClusterId()Get 分组所属【集群ID】,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。 | 
| Long | getLimit()Get 分页个数,默认为20, 取值应为1~50 | 
| String | getNamespaceId()Get 分组所属【命名空间 ID】,可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。 | 
| Long | getOffset()Get 偏移量,取值从0开始 | 
| String | getOrderBy()Get 排序字段,默认为 createTime字段,支持id, name, createTime | 
| Long | getOrderType()Get 排序方式,默认为1:倒序排序,0:正序,1:倒序 | 
| String | getSearchWord()Get 搜索字段,模糊搜索groupName字段 | 
| void | setApplicationId(String ApplicationId)Set 分组所属【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。 | 
| void | setClusterId(String ClusterId)Set 分组所属【集群ID】,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。 | 
| void | setLimit(Long Limit)Set 分页个数,默认为20, 取值应为1~50 | 
| void | setNamespaceId(String NamespaceId)Set 分组所属【命名空间 ID】,可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。 | 
| void | setOffset(Long Offset)Set 偏移量,取值从0开始 | 
| void | setOrderBy(String OrderBy)Set 排序字段,默认为 createTime字段,支持id, name, createTime | 
| void | setOrderType(Long OrderType)Set 排序方式,默认为1:倒序排序,0:正序,1:倒序 | 
| void | setSearchWord(String SearchWord)Set 搜索字段,模糊搜索groupName字段 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeContainerGroupsRequest()
public DescribeContainerGroupsRequest(DescribeContainerGroupsRequest source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId - 分组所属【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord - 搜索字段,模糊搜索groupName字段public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy - 排序字段,默认为 createTime字段,支持id, name, createTimepublic Long getOrderType()
public void setOrderType(Long OrderType)
OrderType - 排序方式,默认为1:倒序排序,0:正序,1:倒序public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,取值从0开始public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页个数,默认为20, 取值应为1~50public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 分组所属【集群ID】,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。public String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId - 分组所属【命名空间 ID】,可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。Copyright © 2025. All rights reserved.