/AWS1/CL_PPEGETDOMSTATSRPTRSP¶
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_PPEOVERALLVOLUME
/AWS1/CL_PPEOVERALLVOLUME
¶
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
StartDate
to theEndDate
.
IT_DAILYVOLUMES
TYPE /AWS1/CL_PPEDAILYVOLUME=>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
StartDate
and 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
StartDate
to 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
StartDate
and 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 |