/AWS1/CL_FDTOUTCOME¶
The outcome.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/FDTIDENTIFIER /AWS1/FDTIDENTIFIER¶
The outcome name.
iv_description TYPE /AWS1/FDTDESCRIPTION /AWS1/FDTDESCRIPTION¶
The outcome description.
iv_lastupdatedtime TYPE /AWS1/FDTTIME /AWS1/FDTTIME¶
The timestamp when the outcome was last updated.
iv_createdtime TYPE /AWS1/FDTTIME /AWS1/FDTTIME¶
The timestamp when the outcome was created.
iv_arn TYPE /AWS1/FDTFRAUDDETECTORARN /AWS1/FDTFRAUDDETECTORARN¶
The outcome ARN.
Queryable Attributes¶
name¶
The outcome name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
The outcome 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 |
lastUpdatedTime¶
The timestamp when the outcome was last 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 when the outcome 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 outcome 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_OUTCOMELIST¶
TYPES TT_OUTCOMELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FDTOUTCOME WITH DEFAULT KEY
.