/AWS1/CL_SE2GETDOMSTATSRPTRSP¶
An object that includes statistics that are related to the domain that you specified.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_overallvolume TYPE REF TO /AWS1/CL_SE2OVERALLVOLUME /AWS1/CL_SE2OVERALLVOLUME¶
An object that contains deliverability metrics for the domain that you specified. The data in this object is a summary of all of the data that was collected from the
StartDateto theEndDate.
it_dailyvolumes TYPE /AWS1/CL_SE2DAILYVOLUME=>TT_DAILYVOLUMES TT_DAILYVOLUMES¶
An object that contains deliverability metrics for the domain that you specified. This object contains data for each day, starting on the
StartDateand ending on theEndDate.
Queryable Attributes¶
OverallVolume¶
An object that contains deliverability metrics for the domain that you specified. The data in this object is a summary of all of the data that was collected from the
StartDateto theEndDate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OVERALLVOLUME() |
Getter for OVERALLVOLUME |
DailyVolumes¶
An object that contains deliverability metrics for the domain that you specified. This object contains data for each day, starting on the
StartDateand ending on theEndDate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DAILYVOLUMES() |
Getter for DAILYVOLUMES, with configurable default |
ASK_DAILYVOLUMES() |
Getter for DAILYVOLUMES w/ exceptions if field has no value |
HAS_DAILYVOLUMES() |
Determine if DAILYVOLUMES has a value |