public class DescribeLanesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeLanesRequest() |
DescribeLanesRequest(DescribeLanesRequest 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 |
---|---|
Boolean |
getDisableProgramAuthCheck()
Get 忽略传参,业务预留字段。
|
String[] |
getLaneIdList()
Get 泳道配置ID。该参数可以通过调用 [DescribeLanes](https://cloud.tencent.com/document/product/649/44504) 的返回值中的 LaneId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=grayscale&subTab=lane)查看;也可以调用[CreateLane](https://cloud.tencent.com/document/product/649/44508)创建新的泳道配置。
|
Long |
getLimit()
Get 返回数量,默认为20,最大值为100。
|
Long |
getOffset()
Get 偏移量,默认为0。
|
String |
getSearchWord()
Get 搜索关键字。
|
void |
setDisableProgramAuthCheck(Boolean DisableProgramAuthCheck)
Set 忽略传参,业务预留字段。
|
void |
setLaneIdList(String[] LaneIdList)
Set 泳道配置ID。该参数可以通过调用 [DescribeLanes](https://cloud.tencent.com/document/product/649/44504) 的返回值中的 LaneId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=grayscale&subTab=lane)查看;也可以调用[CreateLane](https://cloud.tencent.com/document/product/649/44508)创建新的泳道配置。
|
void |
setLimit(Long Limit)
Set 返回数量,默认为20,最大值为100。
|
void |
setOffset(Long Offset)
Set 偏移量,默认为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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeLanesRequest()
public DescribeLanesRequest(DescribeLanesRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为20,最大值为100。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord
- 搜索关键字。public String[] getLaneIdList()
public void setLaneIdList(String[] LaneIdList)
LaneIdList
- 泳道配置ID。该参数可以通过调用 [DescribeLanes](https://cloud.tencent.com/document/product/649/44504) 的返回值中的 LaneId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=grayscale&subTab=lane)查看;也可以调用[CreateLane](https://cloud.tencent.com/document/product/649/44508)创建新的泳道配置。public Boolean getDisableProgramAuthCheck()
public void setDisableProgramAuthCheck(Boolean DisableProgramAuthCheck)
DisableProgramAuthCheck
- 忽略传参,业务预留字段。Copyright © 2025. All rights reserved.