/AWS1/CL_QQCRUNTIMESESSIONDATA¶
The list of key-value pairs that are stored on the session.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_key TYPE /AWS1/QQCNONEMPTYSENSITIVESTR /AWS1/QQCNONEMPTYSENSITIVESTR¶
The key of the data stored on the session.
io_value TYPE REF TO /AWS1/CL_QQCRUNTIMESESSDATAVAL /AWS1/CL_QQCRUNTIMESESSDATAVAL¶
The value of the data stored on the session.
Queryable Attributes¶
key¶
The key of the data stored on the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |
value¶
The value of the data stored on the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RUNTIMESESSIONDATALIST¶
TYPES TT_RUNTIMESESSIONDATALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QQCRUNTIMESESSIONDATA WITH DEFAULT KEY
.