Class DescribeFirmwareTasksRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20210408.models.DescribeFirmwareTasksRequest
-
public class DescribeFirmwareTasksRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeFirmwareTasksRequest()
DescribeFirmwareTasksRequest(DescribeFirmwareTasksRequest 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 搜索过滤条件String
getFirmwareVersion()
Get 固件版本号Long
getLimit()
Get 返回查询结果条数Long
getOffset()
Get 查询偏移量String
getProductId()
Get 产品IDvoid
setFilters(SearchKeyword[] Filters)
Set 搜索过滤条件void
setFirmwareVersion(String FirmwareVersion)
Set 固件版本号void
setLimit(Long Limit)
Set 返回查询结果条数void
setOffset(Long Offset)
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
-
DescribeFirmwareTasksRequest
public DescribeFirmwareTasksRequest()
-
DescribeFirmwareTasksRequest
public DescribeFirmwareTasksRequest(DescribeFirmwareTasksRequest 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
-
getProductId
public String getProductId()
Get 产品ID- Returns:
- ProductId 产品ID
-
setProductId
public void setProductId(String ProductId)
Set 产品ID- Parameters:
ProductId
- 产品ID
-
getFirmwareVersion
public String getFirmwareVersion()
Get 固件版本号- Returns:
- FirmwareVersion 固件版本号
-
setFirmwareVersion
public void setFirmwareVersion(String FirmwareVersion)
Set 固件版本号- Parameters:
FirmwareVersion
- 固件版本号
-
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
- 返回查询结果条数
-
getFilters
public SearchKeyword[] getFilters()
Get 搜索过滤条件- Returns:
- Filters 搜索过滤条件
-
setFilters
public void setFilters(SearchKeyword[] Filters)
Set 搜索过滤条件- Parameters:
Filters
- 搜索过滤条件
-
-