public class DescribeOtaVersionsRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getLimit()Get 每页数量,0<取值范围<=100 | 
| Long | getOffset()Get 分页偏移量 | 
| String | getOtaVersion()Get 版本号,支持模糊匹配 | 
| String | getProductId()Get 产品ID,为空时查询客户所有产品的版本信息 | 
| Long | getPubStatus()Get 版本类型 1未发布 2测试发布 3正式发布 4禁用 | 
| void | setLimit(Long Limit)Set 每页数量,0<取值范围<=100 | 
| void | setOffset(Long Offset)Set 分页偏移量 | 
| void | setOtaVersion(String OtaVersion)Set 版本号,支持模糊匹配 | 
| void | setProductId(String ProductId)Set 产品ID,为空时查询客户所有产品的版本信息 | 
| void | setPubStatus(Long PubStatus)Set 版本类型 1未发布 2测试发布 3正式发布 4禁用 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeOtaVersionsRequest()
public DescribeOtaVersionsRequest(DescribeOtaVersionsRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit - 每页数量,0<取值范围<=100public String getProductId()
public void setProductId(String ProductId)
ProductId - 产品ID,为空时查询客户所有产品的版本信息public String getOtaVersion()
public void setOtaVersion(String OtaVersion)
OtaVersion - 版本号,支持模糊匹配public Long getPubStatus()
public void setPubStatus(Long PubStatus)
PubStatus - 版本类型 1未发布 2测试发布 3正式发布 4禁用Copyright © 2025. All rights reserved.