Skip to content

/AWS1/CL_APMGRPCROUTEMETADATA

An object that represents the match metadata for the route.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/APMHEADERNAME /AWS1/APMHEADERNAME

The name of the route.

Optional arguments:

iv_invert TYPE /AWS1/APMBOOLEAN /AWS1/APMBOOLEAN

Specify True to match anything except the match criteria. The default value is False.

io_match TYPE REF TO /AWS1/CL_APMGRPCROUTEMETMATC00 /AWS1/CL_APMGRPCROUTEMETMATC00

An object that represents the data to match from the request.


Queryable Attributes

name

The name of the route.

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

invert

Specify True to match anything except the match criteria. The default value is False.

Accessible with the following methods

Method Description
GET_INVERT() Getter for INVERT, with configurable default
ASK_INVERT() Getter for INVERT w/ exceptions if field has no value
HAS_INVERT() Determine if INVERT has a value

match

An object that represents the data to match from the request.

Accessible with the following methods

Method Description
GET_MATCH() Getter for MATCH

Public Local Types In This Class

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

TT_GRPCROUTEMETADATALIST

TYPES TT_GRPCROUTEMETADATALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_APMGRPCROUTEMETADATA WITH DEFAULT KEY
.