/AWS1/CL_BLDDSCCODECOVERAGES01¶
DescribeCodeCoveragesOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING¶
If there are more items to return, this contains a token that is passed to a subsequent call to
DescribeCodeCoveragesto retrieve the next set of items.
it_codecoverages TYPE /AWS1/CL_BLDCODECOVERAGE=>TT_CODECOVERAGES TT_CODECOVERAGES¶
An array of
CodeCoverageobjects that contain the results.
Queryable Attributes¶
nextToken¶
If there are more items to return, this contains a token that is passed to a subsequent call to
DescribeCodeCoveragesto retrieve the next set of items.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |
codeCoverages¶
An array of
CodeCoverageobjects that contain the results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODECOVERAGES() |
Getter for CODECOVERAGES, with configurable default |
ASK_CODECOVERAGES() |
Getter for CODECOVERAGES w/ exceptions if field has no value |
HAS_CODECOVERAGES() |
Determine if CODECOVERAGES has a value |