Skip to content

/AWS1/CL_MPBLINKROUTNGRULESUMM

A summary of a link routing rule.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_ruleid TYPE /AWS1/MPBRULEID /AWS1/MPBRULEID

The unique identifier of the routing rule.

iv_priority TYPE /AWS1/MPBRULEPRIORITY /AWS1/MPBRULEPRIORITY

The priority of the routing rule.

io_conditions TYPE REF TO /AWS1/CL_MPBRULECONDITION /AWS1/CL_MPBRULECONDITION

The conditions for the routing rule.

iv_status TYPE /AWS1/MPBRULESTATUS /AWS1/MPBRULESTATUS

The status of the routing rule.

iv_createdat TYPE /AWS1/MPBTIMESTAMP /AWS1/MPBTIMESTAMP

The timestamp of when the routing rule was created.

iv_updatedat TYPE /AWS1/MPBTIMESTAMP /AWS1/MPBTIMESTAMP

The timestamp of when the routing rule was last updated.


Queryable Attributes

ruleId

The unique identifier of the routing rule.

Accessible with the following methods

Method Description
GET_RULEID() Getter for RULEID, with configurable default
ASK_RULEID() Getter for RULEID w/ exceptions if field has no value
HAS_RULEID() Determine if RULEID has a value

priority

The priority of the routing rule.

Accessible with the following methods

Method Description
GET_PRIORITY() Getter for PRIORITY, with configurable default
ASK_PRIORITY() Getter for PRIORITY w/ exceptions if field has no value
HAS_PRIORITY() Determine if PRIORITY has a value

conditions

The conditions for the routing rule.

Accessible with the following methods

Method Description
GET_CONDITIONS() Getter for CONDITIONS

status

The status of the routing rule.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

createdAt

The timestamp of when the routing rule was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

updatedAt

The timestamp of when the routing rule was last updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT 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_LINKROUTINGRULELIST

TYPES TT_LINKROUTINGRULELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MPBLINKROUTNGRULESUMM WITH DEFAULT KEY
.