/AWS1/CL_PPMMETAFLOWHEALTHSTAT¶
Contains the overall health status and per-entity breakdown for a WhatsApp Flow.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_cansendmessage TYPE /AWS1/PPMMETAFLOWHLTHSTATAVAIL /AWS1/PPMMETAFLOWHLTHSTATAVAIL¶
The overall messaging availability status (for example, AVAILABLE, LIMITED, or BLOCKED).
Optional arguments:¶
it_entities TYPE /AWS1/CL_PPMMETAFLOWHEALTHENT=>TT_METAFLOWHEALTHENTITYLIST TT_METAFLOWHEALTHENTITYLIST¶
A list of health status entities with per-entity availability information.
Queryable Attributes¶
canSendMessage¶
The overall messaging availability status (for example, AVAILABLE, LIMITED, or BLOCKED).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CANSENDMESSAGE() |
Getter for CANSENDMESSAGE, with configurable default |
ASK_CANSENDMESSAGE() |
Getter for CANSENDMESSAGE w/ exceptions if field has no valu |
HAS_CANSENDMESSAGE() |
Determine if CANSENDMESSAGE has a value |
entities¶
A list of health status entities with per-entity availability information.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENTITIES() |
Getter for ENTITIES, with configurable default |
ASK_ENTITIES() |
Getter for ENTITIES w/ exceptions if field has no value |
HAS_ENTITIES() |
Determine if ENTITIES has a value |