public class DescribeDeliveryConfigsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeDeliveryConfigsRequest() | 
| DescribeDeliveryConfigsRequest(DescribeDeliveryConfigsRequest 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[] | getConfigIdList()Get 日志配置项ID列表
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看 | 
| Long | getLimit()Get 单页请求配置数量,取值范围[1, 50],默认值为10 | 
| Long | getOffset()Get 偏移量,取值范围大于等于0,默认值为0 | 
| String[] | getProgramIdList()Get 数据集ID列表
可通过调用[DescribePrograms](https://cloud.tencent.com/document/product/649/73477)查询已创建的数据集列表或登录[控制台](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program&roleId=role-a22gwdwa)进行查看 | 
| String | getSearchWord()Get 搜索关键字,可搜索日志投递配置项ID或日志投递配置项名称 | 
| void | setConfigIdList(String[] ConfigIdList)Set 日志配置项ID列表
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看 | 
| void | setLimit(Long Limit)Set 单页请求配置数量,取值范围[1, 50],默认值为10 | 
| void | setOffset(Long Offset)Set 偏移量,取值范围大于等于0,默认值为0 | 
| void | setProgramIdList(String[] ProgramIdList)Set 数据集ID列表
可通过调用[DescribePrograms](https://cloud.tencent.com/document/product/649/73477)查询已创建的数据集列表或登录[控制台](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program&roleId=role-a22gwdwa)进行查看 | 
| void | setSearchWord(String SearchWord)Set 搜索关键字,可搜索日志投递配置项ID或日志投递配置项名称 | 
| 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 DescribeDeliveryConfigsRequest()
public DescribeDeliveryConfigsRequest(DescribeDeliveryConfigsRequest source)
public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord - 搜索关键字,可搜索日志投递配置项ID或日志投递配置项名称public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,取值范围大于等于0,默认值为0public Long getLimit()
public void setLimit(Long Limit)
Limit - 单页请求配置数量,取值范围[1, 50],默认值为10public String[] getProgramIdList()
public void setProgramIdList(String[] ProgramIdList)
ProgramIdList - 数据集ID列表
可通过调用[DescribePrograms](https://cloud.tencent.com/document/product/649/73477)查询已创建的数据集列表或登录[控制台](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program&roleId=role-a22gwdwa)进行查看public String[] getConfigIdList()
public void setConfigIdList(String[] ConfigIdList)
ConfigIdList - 日志配置项ID列表
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看Copyright © 2025. All rights reserved.