public class DescribeBusinessLogConfigsRequest extends AbstractModel
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 无
|
Boolean |
getDisableProgramAuthCheck()
Get 无
|
Long |
getLimit()
Get 单页请求配置数量,取值范围[1, 50],默认值为10
|
Long |
getOffset()
Get 偏移量,取值范围大于等于0,默认值为0
|
String |
getSearchWord()
Get 模糊匹配关键词
|
void |
setConfigIdList(String[] ConfigIdList)
Set 无
|
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 模糊匹配关键词
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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
- 模糊匹配关键词public Boolean getDisableProgramAuthCheck()
public void setDisableProgramAuthCheck(Boolean DisableProgramAuthCheck)
DisableProgramAuthCheck
- 无public String[] getConfigIdList()
public void setConfigIdList(String[] ConfigIdList)
ConfigIdList
- 无Copyright © 2022. All rights reserved.