/AWS1/CL_QQCRECOMMENDATIONDATA¶
Information about the recommendation.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_recommendationid
TYPE /AWS1/QQCRECOMMENDATIONID
/AWS1/QQCRECOMMENDATIONID
¶
The identifier of the recommendation.
Optional arguments:¶
io_document
TYPE REF TO /AWS1/CL_QQCDOCUMENT
/AWS1/CL_QQCDOCUMENT
¶
The recommended document.
iv_relevancescore
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The relevance score of the recommendation.
iv_relevancelevel
TYPE /AWS1/QQCRELEVANCELEVEL
/AWS1/QQCRELEVANCELEVEL
¶
The relevance level of the recommendation.
iv_type
TYPE /AWS1/QQCRECOMMENDATIONTYPE
/AWS1/QQCRECOMMENDATIONTYPE
¶
The type of recommendation.
io_data
TYPE REF TO /AWS1/CL_QQCDATASUMMARY
/AWS1/CL_QQCDATASUMMARY
¶
Summary of the recommended content.
Queryable Attributes¶
recommendationId¶
The identifier of the recommendation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RECOMMENDATIONID() |
Getter for RECOMMENDATIONID, with configurable default |
ASK_RECOMMENDATIONID() |
Getter for RECOMMENDATIONID w/ exceptions if field has no va |
HAS_RECOMMENDATIONID() |
Determine if RECOMMENDATIONID has a value |
document¶
The recommended document.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DOCUMENT() |
Getter for DOCUMENT |
relevanceScore¶
The relevance score of the recommendation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RELEVANCESCORE() |
Getter for RELEVANCESCORE |
ASK_RELEVANCESCORE() |
Getter for RELEVANCESCORE w/ exceptions if field has no valu |
STR_RELEVANCESCORE() |
String format for RELEVANCESCORE |
relevanceLevel¶
The relevance level of the recommendation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RELEVANCELEVEL() |
Getter for RELEVANCELEVEL, with configurable default |
ASK_RELEVANCELEVEL() |
Getter for RELEVANCELEVEL w/ exceptions if field has no valu |
HAS_RELEVANCELEVEL() |
Determine if RELEVANCELEVEL has a value |
type¶
The type of recommendation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
data¶
Summary of the recommended content.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATA() |
Getter for DATA |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RECOMMENDATIONLIST
¶
TYPES TT_RECOMMENDATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QQCRECOMMENDATIONDATA WITH DEFAULT KEY
.