/AWS1/CL_FDTRULEDETAIL¶
The details of the rule.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_ruleid TYPE /AWS1/FDTIDENTIFIER /AWS1/FDTIDENTIFIER¶
The rule ID.
iv_description TYPE /AWS1/FDTDESCRIPTION /AWS1/FDTDESCRIPTION¶
The rule description.
iv_detectorid TYPE /AWS1/FDTIDENTIFIER /AWS1/FDTIDENTIFIER¶
The detector for which the rule is associated.
iv_ruleversion TYPE /AWS1/FDTWHOLENUMBERVRSSTRING /AWS1/FDTWHOLENUMBERVRSSTRING¶
The rule version.
iv_expression TYPE /AWS1/FDTRULEEXPRESSION /AWS1/FDTRULEEXPRESSION¶
The rule expression.
iv_language TYPE /AWS1/FDTLANGUAGE /AWS1/FDTLANGUAGE¶
The rule language.
it_outcomes TYPE /AWS1/CL_FDTNONEMPTYLSTOFSTR00=>TT_NONEMPTYLISTOFSTRINGS TT_NONEMPTYLISTOFSTRINGS¶
The rule outcomes.
iv_lastupdatedtime TYPE /AWS1/FDTTIME /AWS1/FDTTIME¶
Timestamp of the last time the rule was updated.
iv_createdtime TYPE /AWS1/FDTTIME /AWS1/FDTTIME¶
The timestamp of when the rule was created.
iv_arn TYPE /AWS1/FDTFRAUDDETECTORARN /AWS1/FDTFRAUDDETECTORARN¶
The rule ARN.
Queryable Attributes¶
ruleId¶
The rule ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULEID() |
Getter for RULEID, with configurable default |
ASK_RULEID() |
Getter for RULEID w/ exceptions if field has no value |
HAS_RULEID() |
Determine if RULEID has a value |
description¶
The rule description.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
detectorId¶
The detector for which the rule is associated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DETECTORID() |
Getter for DETECTORID, with configurable default |
ASK_DETECTORID() |
Getter for DETECTORID w/ exceptions if field has no value |
HAS_DETECTORID() |
Determine if DETECTORID has a value |
ruleVersion¶
The rule version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULEVERSION() |
Getter for RULEVERSION, with configurable default |
ASK_RULEVERSION() |
Getter for RULEVERSION w/ exceptions if field has no value |
HAS_RULEVERSION() |
Determine if RULEVERSION has a value |
expression¶
The rule expression.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPRESSION() |
Getter for EXPRESSION, with configurable default |
ASK_EXPRESSION() |
Getter for EXPRESSION w/ exceptions if field has no value |
HAS_EXPRESSION() |
Determine if EXPRESSION has a value |
language¶
The rule language.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LANGUAGE() |
Getter for LANGUAGE, with configurable default |
ASK_LANGUAGE() |
Getter for LANGUAGE w/ exceptions if field has no value |
HAS_LANGUAGE() |
Determine if LANGUAGE has a value |
outcomes¶
The rule outcomes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTCOMES() |
Getter for OUTCOMES, with configurable default |
ASK_OUTCOMES() |
Getter for OUTCOMES w/ exceptions if field has no value |
HAS_OUTCOMES() |
Determine if OUTCOMES has a value |
lastUpdatedTime¶
Timestamp of the last time the rule was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME has a value |
createdTime¶
The timestamp of when the rule was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
arn¶
The rule ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RULEDETAILLIST¶
TYPES TT_RULEDETAILLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FDTRULEDETAIL WITH DEFAULT KEY
.