Skip to content

/AWS1/CL_WADGETLENSREVIEWOUT

Output of a get lens review call.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_workloadid TYPE /AWS1/WADWORKLOADID /AWS1/WADWORKLOADID

The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.

iv_milestonenumber TYPE /AWS1/WADMILESTONENUMBER /AWS1/WADMILESTONENUMBER

The milestone number.

A workload can have a maximum of 100 milestones.

io_lensreview TYPE REF TO /AWS1/CL_WADLENSREVIEW /AWS1/CL_WADLENSREVIEW

A lens review of a question.


Queryable Attributes

WorkloadId

The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.

Accessible with the following methods

Method Description
GET_WORKLOADID() Getter for WORKLOADID, with configurable default
ASK_WORKLOADID() Getter for WORKLOADID w/ exceptions if field has no value
HAS_WORKLOADID() Determine if WORKLOADID has a value

MilestoneNumber

The milestone number.

A workload can have a maximum of 100 milestones.

Accessible with the following methods

Method Description
GET_MILESTONENUMBER() Getter for MILESTONENUMBER, with configurable default
ASK_MILESTONENUMBER() Getter for MILESTONENUMBER w/ exceptions if field has no val
HAS_MILESTONENUMBER() Determine if MILESTONENUMBER has a value

LensReview

A lens review of a question.

Accessible with the following methods

Method Description
GET_LENSREVIEW() Getter for LENSREVIEW