public class DescribeProductsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeProductsRequest() | 
| DescribeProductsRequest(DescribeProductsRequest 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 | getEndTime()Get 结束时间 ,UNIX 时间戳,单位秒 | 
| Long | getLimit()Get 分页大小,当前页面中显示的最大数量,值范围 1-100 | 
| Long | getOffset()Get 分页偏移,Offset从0开始 | 
| String | getProductModel()Get 产器型号(APP产品,为APP包名) | 
| Long | getStartTime()Get 开始时间 ,UNIX 时间戳,单位秒 | 
| void | setEndTime(Long EndTime)Set 结束时间 ,UNIX 时间戳,单位秒 | 
| void | setLimit(Long Limit)Set 分页大小,当前页面中显示的最大数量,值范围 1-100 | 
| void | setOffset(Long Offset)Set 分页偏移,Offset从0开始 | 
| void | setProductModel(String ProductModel)Set 产器型号(APP产品,为APP包名) | 
| void | setStartTime(Long StartTime)Set 开始时间 ,UNIX 时间戳,单位秒 | 
| 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 DescribeProductsRequest()
public DescribeProductsRequest(DescribeProductsRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页大小,当前页面中显示的最大数量,值范围 1-100public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页偏移,Offset从0开始public String getProductModel()
public void setProductModel(String ProductModel)
ProductModel - 产器型号(APP产品,为APP包名)public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - 开始时间 ,UNIX 时间戳,单位秒public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - 结束时间 ,UNIX 时间戳,单位秒Copyright © 2025. All rights reserved.