Skip to content

/AWS1/CL_REVTESTTMPLUMMARY

Contains summary information about a test template.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_testtemplatearn TYPE /AWS1/REVSERVICEOWNEDARN /AWS1/REVSERVICEOWNEDARN

The ARN of the test template.

iv_name TYPE /AWS1/REVSTRING /AWS1/REVSTRING

The name of the test template.

iv_description TYPE /AWS1/REVSTRING /AWS1/REVSTRING

A description of the test template.


Queryable Attributes

testTemplateArn

The ARN of the test template.

Accessible with the following methods

Method Description
GET_TESTTEMPLATEARN() Getter for TESTTEMPLATEARN, with configurable default
ASK_TESTTEMPLATEARN() Getter for TESTTEMPLATEARN w/ exceptions if field has no val
HAS_TESTTEMPLATEARN() Determine if TESTTEMPLATEARN has a value

name

The name of the test template.

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

A description of the test template.

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_TESTTEMPLATESUMMARYLIST

TYPES TT_TESTTEMPLATESUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REVTESTTMPLUMMARY WITH DEFAULT KEY
.