Class GetDeviceStatisticsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iot.v20180123.models.GetDeviceStatisticsRequest
-
public class GetDeviceStatisticsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GetDeviceStatisticsRequest()
GetDeviceStatisticsRequest(GetDeviceStatisticsRequest 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 String
getEndDate()
Get 结束日期String[]
getProducts()
Get 产品Id列表String
getStartDate()
Get 开始日期void
setEndDate(String EndDate)
Set 结束日期void
setProducts(String[] Products)
Set 产品Id列表void
setStartDate(String StartDate)
Set 开始日期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
-
GetDeviceStatisticsRequest
public GetDeviceStatisticsRequest()
-
GetDeviceStatisticsRequest
public GetDeviceStatisticsRequest(GetDeviceStatisticsRequest 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
-
getProducts
public String[] getProducts()
Get 产品Id列表- Returns:
- Products 产品Id列表
-
setProducts
public void setProducts(String[] Products)
Set 产品Id列表- Parameters:
Products
- 产品Id列表
-
getStartDate
public String getStartDate()
Get 开始日期- Returns:
- StartDate 开始日期
-
setStartDate
public void setStartDate(String StartDate)
Set 开始日期- Parameters:
StartDate
- 开始日期
-
getEndDate
public String getEndDate()
Get 结束日期- Returns:
- EndDate 结束日期
-
setEndDate
public void setEndDate(String EndDate)
Set 结束日期- Parameters:
EndDate
- 结束日期
-
-