public class DescribeConfigSummaryRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeConfigSummaryRequest() | 
| DescribeConfigSummaryRequest(DescribeConfigSummaryRequest 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) 的返回值中的 ApplicationId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/app)查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。 | 
| String[] | getConfigIdList()Get 配置ID列表。该参数可以通过调用 [DescribeConfigs](https://cloud.tencent.com/document/product/649/38340) 的返回值中的 ConfigId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=app)配置详情-配置版本页查看;也可以调用[CreateConfig](https://cloud.tencent.com/document/product/649/38348)创建新的配置。 | 
| String[] | getConfigTagList()Get TAG标签资源值。 | 
| Boolean | getDisableProgramAuthCheck()Get 忽略传参,业务预留字段。 | 
| Long | getLimit()Get 返回数量,默认为20,最大值为50。 | 
| Long | getOffset()Get 偏移量,默认为0。 | 
| String | getOrderBy()Get 排序字段。
- creation_time:按时间排序
- config_name:按名称排序 | 
| Long | getOrderType()Get 排序顺序。
- 0:升序
- 1:降序 | 
| String | getSearchWord()Get 查询关键字,模糊查询:应用名称,配置项名称,不传入时查询全量。 | 
| void | setApplicationId(String ApplicationId)Set 应用ID,不传入时查询全量。该参数可以通过调用 [DescribeApplications](https://cloud.tencent.com/document/product/649/36090) 的返回值中的 ApplicationId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/app)查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。 | 
| void | setConfigIdList(String[] ConfigIdList)Set 配置ID列表。该参数可以通过调用 [DescribeConfigs](https://cloud.tencent.com/document/product/649/38340) 的返回值中的 ConfigId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=app)配置详情-配置版本页查看;也可以调用[CreateConfig](https://cloud.tencent.com/document/product/649/38348)创建新的配置。 | 
| void | setConfigTagList(String[] ConfigTagList)Set TAG标签资源值。 | 
| void | setDisableProgramAuthCheck(Boolean DisableProgramAuthCheck)Set 忽略传参,业务预留字段。 | 
| void | setLimit(Long Limit)Set 返回数量,默认为20,最大值为50。 | 
| void | setOffset(Long Offset)Set 偏移量,默认为0。 | 
| void | setOrderBy(String OrderBy)Set 排序字段。
- creation_time:按时间排序
- config_name:按名称排序 | 
| void | setOrderType(Long OrderType)Set 排序顺序。
- 0:升序
- 1:降序 | 
| void | setSearchWord(String SearchWord)Set 查询关键字,模糊查询:应用名称,配置项名称,不传入时查询全量。 | 
| 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 DescribeConfigSummaryRequest()
public DescribeConfigSummaryRequest(DescribeConfigSummaryRequest source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId - 应用ID,不传入时查询全量。该参数可以通过调用 [DescribeApplications](https://cloud.tencent.com/document/product/649/36090) 的返回值中的 ApplicationId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/app)查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord - 查询关键字,模糊查询:应用名称,配置项名称,不传入时查询全量。public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,默认为0。public Long getLimit()
public void setLimit(Long Limit)
Limit - 返回数量,默认为20,最大值为50。public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy - 排序字段。
- creation_time:按时间排序
- config_name:按名称排序public Long getOrderType()
public void setOrderType(Long OrderType)
OrderType - 排序顺序。
- 0:升序
- 1:降序public String[] getConfigTagList()
public void setConfigTagList(String[] ConfigTagList)
ConfigTagList - TAG标签资源值。public Boolean getDisableProgramAuthCheck()
public void setDisableProgramAuthCheck(Boolean DisableProgramAuthCheck)
DisableProgramAuthCheck - 忽略传参,业务预留字段。public String[] getConfigIdList()
public void setConfigIdList(String[] ConfigIdList)
ConfigIdList - 配置ID列表。该参数可以通过调用 [DescribeConfigs](https://cloud.tencent.com/document/product/649/38340) 的返回值中的 ConfigId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=app)配置详情-配置版本页查看;也可以调用[CreateConfig](https://cloud.tencent.com/document/product/649/38348)创建新的配置。Copyright © 2025. All rights reserved.