/AWS1/CL_BDRGUARDRAILIMAGEBLK¶
Contain an image which user wants guarded. This block is accepted by the guardrails independent API.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_format
TYPE /AWS1/BDRGUARDRAILIMAGEFORMAT
/AWS1/BDRGUARDRAILIMAGEFORMAT
¶
The format details for the file type of the image blocked by the guardrail.
io_source
TYPE REF TO /AWS1/CL_BDRGUARDRAILIMAGESRC
/AWS1/CL_BDRGUARDRAILIMAGESRC
¶
The image source (image bytes) details of the image blocked by the guardrail.
Queryable Attributes¶
format¶
The format details for the file type of the image blocked by the guardrail.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FORMAT() |
Getter for FORMAT, with configurable default |
ASK_FORMAT() |
Getter for FORMAT w/ exceptions if field has no value |
HAS_FORMAT() |
Determine if FORMAT has a value |
source¶
The image source (image bytes) details of the image blocked by the guardrail.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SOURCE() |
Getter for SOURCE |