Skip to content

/AWS1/CL_MPBQRYSTRKEYVALUEPAIR

A key-value pair for query string matching in a routing rule condition.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_key TYPE /AWS1/MPBSTRING /AWS1/MPBSTRING

The key of the query string parameter to match. Must contain only RFC 3986 unreserved characters.

iv_value TYPE /AWS1/MPBSTRING /AWS1/MPBSTRING

The value of the query string parameter to match. Must contain only RFC 3986 unreserved characters.


Queryable Attributes

key

The key of the query string parameter to match. Must contain only RFC 3986 unreserved characters.

Accessible with the following methods

Method Description
GET_KEY() Getter for KEY, with configurable default
ASK_KEY() Getter for KEY w/ exceptions if field has no value
HAS_KEY() Determine if KEY has a value

value

The value of the query string parameter to match. Must contain only RFC 3986 unreserved characters.

Accessible with the following methods

Method Description
GET_VALUE() Getter for VALUE, with configurable default
ASK_VALUE() Getter for VALUE w/ exceptions if field has no value
HAS_VALUE() Determine if VALUE has a value