Uses of Class
com.tencentcloudapi.ses.v20201002.models.GetStatisticsReportResponse
-
Packages that use GetStatisticsReportResponse Package Description com.tencentcloudapi.ses.v20201002 com.tencentcloudapi.ses.v20201002.models -
-
Uses of GetStatisticsReportResponse in com.tencentcloudapi.ses.v20201002
Methods in com.tencentcloudapi.ses.v20201002 that return GetStatisticsReportResponse Modifier and Type Method Description GetStatisticsReportResponseSesClient. GetStatisticsReport(GetStatisticsReportRequest req)获取近期发送的统计情况,包含发送量、送达率、打开率、退信率等一系列数据。 -
Uses of GetStatisticsReportResponse in com.tencentcloudapi.ses.v20201002.models
Constructors in com.tencentcloudapi.ses.v20201002.models with parameters of type GetStatisticsReportResponse Constructor Description 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.
-