Skip to content

/AWS1/CL_PPMMETAFLOWHEALTHENT

Represents a single entity in the health status check for a WhatsApp Flow.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_entitytype TYPE /AWS1/PPMMETAFLOWHEALTHENTTYPE /AWS1/PPMMETAFLOWHEALTHENTTYPE

The type of entity (for example, FLOW, WABA, BUSINESS, or APP).

iv_id TYPE /AWS1/PPMSTRING /AWS1/PPMSTRING

The unique identifier of the entity.

iv_cansendmessage TYPE /AWS1/PPMMETAFLOWHLTHSTATAVAIL /AWS1/PPMMETAFLOWHLTHSTATAVAIL

The messaging availability status for this entity (for example, AVAILABLE, LIMITED, or BLOCKED).


Queryable Attributes

entityType

The type of entity (for example, FLOW, WABA, BUSINESS, or APP).

Accessible with the following methods

Method Description
GET_ENTITYTYPE() Getter for ENTITYTYPE, with configurable default
ASK_ENTITYTYPE() Getter for ENTITYTYPE w/ exceptions if field has no value
HAS_ENTITYTYPE() Determine if ENTITYTYPE has a value

id

The unique identifier of the entity.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

canSendMessage

The messaging availability status for this entity (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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_METAFLOWHEALTHENTITYLIST

TYPES TT_METAFLOWHEALTHENTITYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PPMMETAFLOWHEALTHENT WITH DEFAULT KEY
.