Class GetMarketComponentListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.GetMarketComponentListRequest
-
public class GetMarketComponentListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GetMarketComponentListRequest()GetMarketComponentListRequest(GetMarketComponentListRequest 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 StringgetFilter()Get 名称模糊筛选LonggetLimit()Get 每页条数LonggetOffset()Get 页偏移,从0开始StringgetOrder()Get 以名称排序,ASC、DESCvoidsetFilter(String Filter)Set 名称模糊筛选voidsetLimit(Long Limit)Set 每页条数voidsetOffset(Long Offset)Set 页偏移,从0开始voidsetOrder(String Order)Set 以名称排序,ASC、DESCvoidtoMap(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
-
GetMarketComponentListRequest
public GetMarketComponentListRequest()
-
GetMarketComponentListRequest
public GetMarketComponentListRequest(GetMarketComponentListRequest 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 页偏移,从0开始- Returns:
- Offset 页偏移,从0开始
-
setOffset
public void setOffset(Long Offset)
Set 页偏移,从0开始- Parameters:
Offset- 页偏移,从0开始
-
getLimit
public Long getLimit()
Get 每页条数- Returns:
- Limit 每页条数
-
setLimit
public void setLimit(Long Limit)
Set 每页条数- Parameters:
Limit- 每页条数
-
getFilter
public String getFilter()
Get 名称模糊筛选- Returns:
- Filter 名称模糊筛选
-
setFilter
public void setFilter(String Filter)
Set 名称模糊筛选- Parameters:
Filter- 名称模糊筛选
-
getOrder
public String getOrder()
Get 以名称排序,ASC、DESC- Returns:
- Order 以名称排序,ASC、DESC
-
setOrder
public void setOrder(String Order)
Set 以名称排序,ASC、DESC- Parameters:
Order- 以名称排序,ASC、DESC
-
-