Skip to content

/AWS1/CL_TBDSESSSSTATSRESRCS

Specifies the fleet IDs or queue IDs to return statistics. You can specify only fleet IDs or queue IDS, not both.

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_QUEUEIDS TYPE /AWS1/CL_TBDQUEUEIDS_W=>TT_QUEUEIDS TT_QUEUEIDS

One to 10 queue IDs that specify the queues to return statistics for. If you specify the queueIds field, you can't specify the fleetIds field.

IT_FLEETIDS TYPE /AWS1/CL_TBDFLEETIDS_W=>TT_FLEETIDS TT_FLEETIDS

One to 10 fleet IDs that specify the fleets to return statistics for. If you specify the fleetIds field, you can't specify the queueIds field.


Queryable Attributes

queueIds

One to 10 queue IDs that specify the queues to return statistics for. If you specify the queueIds field, you can't specify the fleetIds field.

Accessible with the following methods

Method Description
GET_QUEUEIDS() Getter for QUEUEIDS, with configurable default
ASK_QUEUEIDS() Getter for QUEUEIDS w/ exceptions if field has no value
HAS_QUEUEIDS() Determine if QUEUEIDS has a value

fleetIds

One to 10 fleet IDs that specify the fleets to return statistics for. If you specify the fleetIds field, you can't specify the queueIds field.

Accessible with the following methods

Method Description
GET_FLEETIDS() Getter for FLEETIDS, with configurable default
ASK_FLEETIDS() Getter for FLEETIDS w/ exceptions if field has no value
HAS_FLEETIDS() Determine if FLEETIDS has a value