public class GetDeviceStatisticsRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GetDeviceStatisticsRequest()
public GetDeviceStatisticsRequest(GetDeviceStatisticsRequest source)
public String[] getProducts()
public void setProducts(String[] Products)
Products
- 产品Id列表public String getStartDate()
public void setStartDate(String StartDate)
StartDate
- 开始日期public String getEndDate()
public void setEndDate(String EndDate)
EndDate
- 结束日期Copyright © 2024. All rights reserved.