/AWS1/CL_QSTTPCREVIEWEDANSWER¶
The deinition for a TopicReviewedAnswer
.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_answerid
TYPE /AWS1/QSTANSWERID
/AWS1/QSTANSWERID
¶
The answer ID of the reviewed answer.
iv_datasetarn
TYPE /AWS1/QSTARN
/AWS1/QSTARN
¶
The Dataset ARN for the
TopicReviewedAnswer
.
iv_question
TYPE /AWS1/QSTLIMITEDSTRING
/AWS1/QSTLIMITEDSTRING
¶
The question for the
TopicReviewedAnswer
.
Optional arguments:¶
iv_arn
TYPE /AWS1/QSTARN
/AWS1/QSTARN
¶
The Amazon Resource Name (ARN) of the reviewed answer.
io_mir
TYPE REF TO /AWS1/CL_QSTTOPICIR
/AWS1/CL_QSTTOPICIR
¶
The mir for the
TopicReviewedAnswer
.
io_primaryvisual
TYPE REF TO /AWS1/CL_QSTTOPICVISUAL
/AWS1/CL_QSTTOPICVISUAL
¶
The primary visual for the
TopicReviewedAnswer
.
io_template
TYPE REF TO /AWS1/CL_QSTTOPICTEMPLATE
/AWS1/CL_QSTTOPICTEMPLATE
¶
The template for the
TopicReviewedAnswer
.
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) of the reviewed answer.
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 |
AnswerId¶
The answer ID of the reviewed answer.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ANSWERID() |
Getter for ANSWERID, with configurable default |
ASK_ANSWERID() |
Getter for ANSWERID w/ exceptions if field has no value |
HAS_ANSWERID() |
Determine if ANSWERID has a value |
DatasetArn¶
The Dataset ARN for the
TopicReviewedAnswer
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATASETARN() |
Getter for DATASETARN, with configurable default |
ASK_DATASETARN() |
Getter for DATASETARN w/ exceptions if field has no value |
HAS_DATASETARN() |
Determine if DATASETARN has a value |
Question¶
The question for the
TopicReviewedAnswer
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_QUESTION() |
Getter for QUESTION, with configurable default |
ASK_QUESTION() |
Getter for QUESTION w/ exceptions if field has no value |
HAS_QUESTION() |
Determine if QUESTION has a value |
Mir¶
The mir for the
TopicReviewedAnswer
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MIR() |
Getter for MIR |
PrimaryVisual¶
The primary visual for the
TopicReviewedAnswer
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PRIMARYVISUAL() |
Getter for PRIMARYVISUAL |
Template¶
The template for the
TopicReviewedAnswer
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TEMPLATE() |
Getter for TEMPLATE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TOPICREVIEWEDANSWERS
¶
TYPES TT_TOPICREVIEWEDANSWERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTTPCREVIEWEDANSWER WITH DEFAULT KEY
.