public class DescribeMessageDataStatsRequest extends AbstractModel
Constructor and Description |
---|
DescribeMessageDataStatsRequest() |
DescribeMessageDataStatsRequest(DescribeMessageDataStatsRequest 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 |
getProductId()
Get 产品id
|
String |
getStartDate()
Get 统计开始日期
|
void |
setEndDate(String EndDate)
Set 统计结束日期
|
void |
setProductId(String ProductId)
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeMessageDataStatsRequest()
public DescribeMessageDataStatsRequest(DescribeMessageDataStatsRequest source)
public String getStartDate()
public void setStartDate(String StartDate)
StartDate
- 统计开始日期public String getEndDate()
public void setEndDate(String EndDate)
EndDate
- 统计结束日期public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品idCopyright © 2023. All rights reserved.