Class DescribeOtaVersionsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20191126.models.DescribeOtaVersionsRequest
-
public class DescribeOtaVersionsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeOtaVersionsRequest()DescribeOtaVersionsRequest(DescribeOtaVersionsRequest 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 每页数量,0<取值范围<=100LonggetOffset()Get 分页偏移量StringgetOtaVersion()Get 版本号,支持模糊匹配StringgetProductId()Get 产品ID,为空时查询客户所有产品的版本信息LonggetPubStatus()Get 版本类型 1未发布 2测试发布 3正式发布 4禁用voidsetLimit(Long Limit)Set 每页数量,0<取值范围<=100voidsetOffset(Long Offset)Set 分页偏移量voidsetOtaVersion(String OtaVersion)Set 版本号,支持模糊匹配voidsetProductId(String ProductId)Set 产品ID,为空时查询客户所有产品的版本信息voidsetPubStatus(Long PubStatus)Set 版本类型 1未发布 2测试发布 3正式发布 4禁用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
-
DescribeOtaVersionsRequest
public DescribeOtaVersionsRequest()
-
DescribeOtaVersionsRequest
public DescribeOtaVersionsRequest(DescribeOtaVersionsRequest 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 每页数量,0<取值范围<=100- Returns:
- Limit 每页数量,0<取值范围<=100
-
setLimit
public void setLimit(Long Limit)
Set 每页数量,0<取值范围<=100- Parameters:
Limit- 每页数量,0<取值范围<=100
-
getProductId
public String getProductId()
Get 产品ID,为空时查询客户所有产品的版本信息- Returns:
- ProductId 产品ID,为空时查询客户所有产品的版本信息
-
setProductId
public void setProductId(String ProductId)
Set 产品ID,为空时查询客户所有产品的版本信息- Parameters:
ProductId- 产品ID,为空时查询客户所有产品的版本信息
-
getOtaVersion
public String getOtaVersion()
Get 版本号,支持模糊匹配- Returns:
- OtaVersion 版本号,支持模糊匹配
-
setOtaVersion
public void setOtaVersion(String OtaVersion)
Set 版本号,支持模糊匹配- Parameters:
OtaVersion- 版本号,支持模糊匹配
-
getPubStatus
public Long getPubStatus()
Get 版本类型 1未发布 2测试发布 3正式发布 4禁用- Returns:
- PubStatus 版本类型 1未发布 2测试发布 3正式发布 4禁用
-
setPubStatus
public void setPubStatus(Long PubStatus)
Set 版本类型 1未发布 2测试发布 3正式发布 4禁用- Parameters:
PubStatus- 版本类型 1未发布 2测试发布 3正式发布 4禁用
-
-