Class DescribeLaneRulesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.DescribeLaneRulesRequest
-
public class DescribeLaneRulesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeLaneRulesRequest()DescribeLaneRulesRequest(DescribeLaneRulesRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetLimit()Get 每页展示的条数LonggetOffset()Get 翻页偏移量StringgetRuleId()Get 泳道规则ID(用于精确搜索)String[]getRuleIdList()Get 无StringgetSearchWord()Get 搜索关键词voidsetLimit(Long Limit)Set 每页展示的条数voidsetOffset(Long Offset)Set 翻页偏移量voidsetRuleId(String RuleId)Set 泳道规则ID(用于精确搜索)voidsetRuleIdList(String[] RuleIdList)Set 无voidsetSearchWord(String SearchWord)Set 搜索关键词voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeLaneRulesRequest
public DescribeLaneRulesRequest()
-
DescribeLaneRulesRequest
public DescribeLaneRulesRequest(DescribeLaneRulesRequest 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.
-
-
Method Detail
-
getLimit
public Long getLimit()
Get 每页展示的条数- Returns:
- Limit 每页展示的条数
-
setLimit
public void setLimit(Long Limit)
Set 每页展示的条数- Parameters:
Limit- 每页展示的条数
-
getOffset
public Long getOffset()
Get 翻页偏移量- Returns:
- Offset 翻页偏移量
-
setOffset
public void setOffset(Long Offset)
Set 翻页偏移量- Parameters:
Offset- 翻页偏移量
-
getSearchWord
public String getSearchWord()
Get 搜索关键词- Returns:
- SearchWord 搜索关键词
-
setSearchWord
public void setSearchWord(String SearchWord)
Set 搜索关键词- Parameters:
SearchWord- 搜索关键词
-
getRuleId
public String getRuleId()
Get 泳道规则ID(用于精确搜索)- Returns:
- RuleId 泳道规则ID(用于精确搜索)
-
setRuleId
public void setRuleId(String RuleId)
Set 泳道规则ID(用于精确搜索)- Parameters:
RuleId- 泳道规则ID(用于精确搜索)
-
getRuleIdList
public String[] getRuleIdList()
Get 无- Returns:
- RuleIdList 无
-
setRuleIdList
public void setRuleIdList(String[] RuleIdList)
Set 无- Parameters:
RuleIdList- 无
-
-