public class GetStatisticsReportResponse extends AbstractModel
Constructor and Description |
---|
GetStatisticsReportResponse() |
GetStatisticsReportResponse(GetStatisticsReportResponse 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 |
---|---|
Volume[] |
getDailyVolumes()
Get Daily email sending statistics.
|
Volume |
getOverallVolume()
Get Overall email sending statistics.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setDailyVolumes(Volume[] DailyVolumes)
Set Daily email sending statistics.
|
void |
setOverallVolume(Volume OverallVolume)
Set Overall email sending statistics.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
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 GetStatisticsReportResponse()
public GetStatisticsReportResponse(GetStatisticsReportResponse source)
public Volume[] getDailyVolumes()
public void setDailyVolumes(Volume[] DailyVolumes)
DailyVolumes
- Daily email sending statistics.public Volume getOverallVolume()
public void setOverallVolume(Volume OverallVolume)
OverallVolume
- Overall email sending statistics.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.