/AWS1/CL_NEDGREMLINQUERYSTAT00¶
Contains status components of a Gremlin query.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_message TYPE /AWS1/NEDSTRING /AWS1/NEDSTRING¶
The status message.
iv_code TYPE /AWS1/NEDINTEGER /AWS1/NEDINTEGER¶
The HTTP response code returned fro the Gremlin query request..
io_attributes TYPE REF TO /AWS1/CL_RT_DOCUMENT /AWS1/CL_RT_DOCUMENT¶
Attributes of the Gremlin query status.
Queryable Attributes¶
message¶
The status message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
code¶
The HTTP response code returned fro the Gremlin query request..
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODE() |
Getter for CODE, with configurable default |
ASK_CODE() |
Getter for CODE w/ exceptions if field has no value |
HAS_CODE() |
Determine if CODE has a value |
attributes¶
Attributes of the Gremlin query status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRIBUTES() |
Getter for ATTRIBUTES, with configurable default |
ASK_ATTRIBUTES() |
Getter for ATTRIBUTES w/ exceptions if field has no value |
HAS_ATTRIBUTES() |
Determine if ATTRIBUTES has a value |