Skip to content

/AWS1/CL_BDRGUARDRAILCONTBLOCK

The content block to be evaluated by the guardrail.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_text TYPE REF TO /AWS1/CL_BDRGUARDRAILTEXTBLOCK /AWS1/CL_BDRGUARDRAILTEXTBLOCK

Text within content block to be evaluated by the guardrail.

io_image TYPE REF TO /AWS1/CL_BDRGUARDRAILIMAGEBLK /AWS1/CL_BDRGUARDRAILIMAGEBLK

Image within guardrail content block to be evaluated by the guardrail.


Queryable Attributes

text

Text within content block to be evaluated by the guardrail.

Accessible with the following methods

Method Description
GET_TEXT() Getter for TEXT

image

Image within guardrail content block to be evaluated by the guardrail.

Accessible with the following methods

Method Description
GET_IMAGE() Getter for IMAGE

Public Local Types In This Class

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

TT_GUARDRAILCONTENTBLOCKLIST

TYPES TT_GUARDRAILCONTENTBLOCKLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDRGUARDRAILCONTBLOCK WITH DEFAULT KEY
.