Class ListFirmwaresRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotexplorer.v20190423.models.ListFirmwaresRequest
-
public class ListFirmwaresRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ListFirmwaresRequest()
ListFirmwaresRequest(ListFirmwaresRequest 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 SearchKeyword[]
getFilters()
Get 搜索过滤条件Long
getPageNum()
Get 获取的页数Long
getPageSize()
Get 分页的大小String
getProductID()
Get 产品IDvoid
setFilters(SearchKeyword[] Filters)
Set 搜索过滤条件void
setPageNum(Long PageNum)
Set 获取的页数void
setPageSize(Long PageSize)
Set 分页的大小void
setProductID(String ProductID)
Set 产品IDvoid
toMap(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
-
ListFirmwaresRequest
public ListFirmwaresRequest()
-
ListFirmwaresRequest
public ListFirmwaresRequest(ListFirmwaresRequest 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
-
getPageNum
public Long getPageNum()
Get 获取的页数- Returns:
- PageNum 获取的页数
-
setPageNum
public void setPageNum(Long PageNum)
Set 获取的页数- Parameters:
PageNum
- 获取的页数
-
getPageSize
public Long getPageSize()
Get 分页的大小- Returns:
- PageSize 分页的大小
-
setPageSize
public void setPageSize(Long PageSize)
Set 分页的大小- Parameters:
PageSize
- 分页的大小
-
getProductID
public String getProductID()
Get 产品ID- Returns:
- ProductID 产品ID
-
setProductID
public void setProductID(String ProductID)
Set 产品ID- Parameters:
ProductID
- 产品ID
-
getFilters
public SearchKeyword[] getFilters()
Get 搜索过滤条件- Returns:
- Filters 搜索过滤条件
-
setFilters
public void setFilters(SearchKeyword[] Filters)
Set 搜索过滤条件- Parameters:
Filters
- 搜索过滤条件
-
-