/AWS1/CL_APMGRPCMETMATCHMETHOD¶
An object representing the method header to be matched.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_exact TYPE /AWS1/APMHEADERMATCH /AWS1/APMHEADERMATCH¶
The exact method header to be matched on.
iv_regex TYPE /AWS1/APMHEADERMATCH /AWS1/APMHEADERMATCH¶
The regex used to match the method header.
io_range TYPE REF TO /AWS1/CL_APMMATCHRANGE /AWS1/CL_APMMATCHRANGE¶
An object that represents the range of values to match on. The first character of the range is included in the range, though the last character is not. For example, if the range specified were 1-100, only values 1-99 would be matched.
iv_prefix TYPE /AWS1/APMHEADERMATCH /AWS1/APMHEADERMATCH¶
The specified beginning characters of the method header to be matched on.
iv_suffix TYPE /AWS1/APMHEADERMATCH /AWS1/APMHEADERMATCH¶
The specified ending characters of the method header to match on.
Queryable Attributes¶
exact¶
The exact method header to be matched on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXACT() |
Getter for EXACT, with configurable default |
ASK_EXACT() |
Getter for EXACT w/ exceptions if field has no value |
HAS_EXACT() |
Determine if EXACT has a value |
regex¶
The regex used to match the method header.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGEX() |
Getter for REGEX, with configurable default |
ASK_REGEX() |
Getter for REGEX w/ exceptions if field has no value |
HAS_REGEX() |
Determine if REGEX has a value |
range¶
An object that represents the range of values to match on. The first character of the range is included in the range, though the last character is not. For example, if the range specified were 1-100, only values 1-99 would be matched.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RANGE() |
Getter for RANGE |
prefix¶
The specified beginning characters of the method header to be matched on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREFIX() |
Getter for PREFIX, with configurable default |
ASK_PREFIX() |
Getter for PREFIX w/ exceptions if field has no value |
HAS_PREFIX() |
Determine if PREFIX has a value |
suffix¶
The specified ending characters of the method header to match on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUFFIX() |
Getter for SUFFIX, with configurable default |
ASK_SUFFIX() |
Getter for SUFFIX w/ exceptions if field has no value |
HAS_SUFFIX() |
Determine if SUFFIX has a value |