/AWS1/CL_GLUSTATISTICANNOTAT00¶
A Statistic Annotation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_profileid TYPE /AWS1/GLUHASHSTRING /AWS1/GLUHASHSTRING¶
The Profile ID.
iv_statisticid TYPE /AWS1/GLUHASHSTRING /AWS1/GLUHASHSTRING¶
The Statistic ID.
iv_statisticrecordedon TYPE /AWS1/GLUTIMESTAMP /AWS1/GLUTIMESTAMP¶
The timestamp when the annotated statistic was recorded.
io_inclusionannotation TYPE REF TO /AWS1/CL_GLUTSEDINCLUSIONANN00 /AWS1/CL_GLUTSEDINCLUSIONANN00¶
The inclusion annotation applied to the statistic.
Queryable Attributes¶
ProfileId¶
The Profile ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILEID() |
Getter for PROFILEID, with configurable default |
ASK_PROFILEID() |
Getter for PROFILEID w/ exceptions if field has no value |
HAS_PROFILEID() |
Determine if PROFILEID has a value |
StatisticId¶
The Statistic ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATISTICID() |
Getter for STATISTICID, with configurable default |
ASK_STATISTICID() |
Getter for STATISTICID w/ exceptions if field has no value |
HAS_STATISTICID() |
Determine if STATISTICID has a value |
StatisticRecordedOn¶
The timestamp when the annotated statistic was recorded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATISTICRECORDEDON() |
Getter for STATISTICRECORDEDON, with configurable default |
ASK_STATISTICRECORDEDON() |
Getter for STATISTICRECORDEDON w/ exceptions if field has no |
HAS_STATISTICRECORDEDON() |
Determine if STATISTICRECORDEDON has a value |
InclusionAnnotation¶
The inclusion annotation applied to the statistic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INCLUSIONANNOTATION() |
Getter for INCLUSIONANNOTATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ANNOTATIONLIST¶
TYPES TT_ANNOTATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUSTATISTICANNOTAT00 WITH DEFAULT KEY
.