public class DescribeBusinessLogConfigsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeBusinessLogConfigsRequest() | 
| DescribeBusinessLogConfigsRequest(DescribeBusinessLogConfigsRequest 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)进行查看 | 
| Boolean | getDisableProgramAuthCheck()Get 是否禁用数据集鉴权 | 
| Long | getLimit()Get 单页请求配置数量,取值范围[1, 50],默认值为10 | 
| Long | getOffset()Get 偏移量,取值范围大于等于0,默认值为0 | 
| 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 | setDisableProgramAuthCheck(Boolean DisableProgramAuthCheck)Set 是否禁用数据集鉴权 | 
| void | setLimit(Long Limit)Set 单页请求配置数量,取值范围[1, 50],默认值为10 | 
| void | setOffset(Long Offset)Set 偏移量,取值范围大于等于0,默认值为0 | 
| 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 DescribeBusinessLogConfigsRequest()
public DescribeBusinessLogConfigsRequest(DescribeBusinessLogConfigsRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,取值范围大于等于0,默认值为0public Long getLimit()
public void setLimit(Long Limit)
Limit - 单页请求配置数量,取值范围[1, 50],默认值为10public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord - 模糊匹配关键词,可搜索配置项ID或配置项名称public Boolean getDisableProgramAuthCheck()
public void setDisableProgramAuthCheck(Boolean DisableProgramAuthCheck)
DisableProgramAuthCheck - 是否禁用数据集鉴权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.