Class DescribeMatchCodesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gpm.v20200820.models.DescribeMatchCodesRequest
-
public class DescribeMatchCodesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeMatchCodesRequest()DescribeMatchCodesRequest(DescribeMatchCodesRequest 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 每页数量StringgetMatchCode()Get 搜索的字符串LonggetOffset()Get 偏移量,页码voidsetLimit(Long Limit)Set 每页数量voidsetMatchCode(String MatchCode)Set 搜索的字符串voidsetOffset(Long Offset)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
-
DescribeMatchCodesRequest
public DescribeMatchCodesRequest()
-
DescribeMatchCodesRequest
public DescribeMatchCodesRequest(DescribeMatchCodesRequest 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
-
getOffset
public Long getOffset()
Get 偏移量,页码- Returns:
- Offset 偏移量,页码
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,页码- Parameters:
Offset- 偏移量,页码
-
getLimit
public Long getLimit()
Get 每页数量- Returns:
- Limit 每页数量
-
setLimit
public void setLimit(Long Limit)
Set 每页数量- Parameters:
Limit- 每页数量
-
getMatchCode
public String getMatchCode()
Get 搜索的字符串- Returns:
- MatchCode 搜索的字符串
-
setMatchCode
public void setMatchCode(String MatchCode)
Set 搜索的字符串- Parameters:
MatchCode- 搜索的字符串
-
-