Class DescribeProductsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20191126.models.DescribeProductsRequest
-
public class DescribeProductsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getEndTime()
Get 结束时间 ,UNIX 时间戳,单位秒Long
getLimit()
Get 分页大小,当前页面中显示的最大数量,值范围 1-100Long
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-100void
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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeProductsRequest
public DescribeProductsRequest()
-
DescribeProductsRequest
public 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.
-
-
Method Detail
-
getLimit
public Long getLimit()
Get 分页大小,当前页面中显示的最大数量,值范围 1-100- Returns:
- Limit 分页大小,当前页面中显示的最大数量,值范围 1-100
-
setLimit
public void setLimit(Long Limit)
Set 分页大小,当前页面中显示的最大数量,值范围 1-100- Parameters:
Limit
- 分页大小,当前页面中显示的最大数量,值范围 1-100
-
getOffset
public Long getOffset()
Get 分页偏移,Offset从0开始- Returns:
- Offset 分页偏移,Offset从0开始
-
setOffset
public void setOffset(Long Offset)
Set 分页偏移,Offset从0开始- Parameters:
Offset
- 分页偏移,Offset从0开始
-
getProductModel
public String getProductModel()
Get 产器型号(APP产品,为APP包名)- Returns:
- ProductModel 产器型号(APP产品,为APP包名)
-
setProductModel
public void setProductModel(String ProductModel)
Set 产器型号(APP产品,为APP包名)- Parameters:
ProductModel
- 产器型号(APP产品,为APP包名)
-
getStartTime
public Long getStartTime()
Get 开始时间 ,UNIX 时间戳,单位秒- Returns:
- StartTime 开始时间 ,UNIX 时间戳,单位秒
-
setStartTime
public void setStartTime(Long StartTime)
Set 开始时间 ,UNIX 时间戳,单位秒- Parameters:
StartTime
- 开始时间 ,UNIX 时间戳,单位秒
-
getEndTime
public Long getEndTime()
Get 结束时间 ,UNIX 时间戳,单位秒- Returns:
- EndTime 结束时间 ,UNIX 时间戳,单位秒
-
setEndTime
public void setEndTime(Long EndTime)
Set 结束时间 ,UNIX 时间戳,单位秒- Parameters:
EndTime
- 结束时间 ,UNIX 时间戳,单位秒
-
-