/AWS1/CL_TBDBATCHGETSESSITEM¶
The details of a session returned in a batch get operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_farmid TYPE /AWS1/TBDFARMID /AWS1/TBDFARMID¶
The farm ID of the session.
iv_queueid TYPE /AWS1/TBDQUEUEID /AWS1/TBDQUEUEID¶
The queue ID of the session.
iv_jobid TYPE /AWS1/TBDJOBID /AWS1/TBDJOBID¶
The job ID of the session.
iv_sessionid TYPE /AWS1/TBDSESSIONID /AWS1/TBDSESSIONID¶
The session ID.
iv_fleetid TYPE /AWS1/TBDFLEETID /AWS1/TBDFLEETID¶
The fleet ID of the session.
iv_workerid TYPE /AWS1/TBDWORKERID /AWS1/TBDWORKERID¶
The worker ID of the session.
iv_startedat TYPE /AWS1/TBDSTARTEDAT /AWS1/TBDSTARTEDAT¶
The date and time the resource started running.
iv_lifecyclestatus TYPE /AWS1/TBDSESSIONLCSTATUS /AWS1/TBDSESSIONLCSTATUS¶
The life cycle status of the session.
io_log TYPE REF TO /AWS1/CL_TBDLOGCONFIGURATION /AWS1/CL_TBDLOGCONFIGURATION¶
The session log.
Optional arguments:¶
iv_endedat TYPE /AWS1/TBDENDEDAT /AWS1/TBDENDEDAT¶
The date and time the resource ended running.
iv_targetlifecyclestatus TYPE /AWS1/TBDSESSIONLCTARGETSTATUS /AWS1/TBDSESSIONLCTARGETSTATUS¶
The target life cycle status for the session.
iv_updatedat TYPE /AWS1/TBDUPDATEDAT /AWS1/TBDUPDATEDAT¶
The date and time the resource was updated.
iv_updatedby TYPE /AWS1/TBDUPDATEDBY /AWS1/TBDUPDATEDBY¶
The user or system that updated this resource.
io_hostproperties TYPE REF TO /AWS1/CL_TBDHOSTPRPSRESPONSE /AWS1/CL_TBDHOSTPRPSRESPONSE¶
The host properties for the session.
io_workerlog TYPE REF TO /AWS1/CL_TBDLOGCONFIGURATION /AWS1/CL_TBDLOGCONFIGURATION¶
The worker log for the session.
Queryable Attributes¶
farmId¶
The farm ID of the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FARMID() |
Getter for FARMID, with configurable default |
ASK_FARMID() |
Getter for FARMID w/ exceptions if field has no value |
HAS_FARMID() |
Determine if FARMID has a value |
queueId¶
The queue ID of the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUEUEID() |
Getter for QUEUEID, with configurable default |
ASK_QUEUEID() |
Getter for QUEUEID w/ exceptions if field has no value |
HAS_QUEUEID() |
Determine if QUEUEID has a value |
jobId¶
The job ID of the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
sessionId¶
The session ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONID() |
Getter for SESSIONID, with configurable default |
ASK_SESSIONID() |
Getter for SESSIONID w/ exceptions if field has no value |
HAS_SESSIONID() |
Determine if SESSIONID has a value |
fleetId¶
The fleet ID of the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLEETID() |
Getter for FLEETID, with configurable default |
ASK_FLEETID() |
Getter for FLEETID w/ exceptions if field has no value |
HAS_FLEETID() |
Determine if FLEETID has a value |
workerId¶
The worker ID of the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKERID() |
Getter for WORKERID, with configurable default |
ASK_WORKERID() |
Getter for WORKERID w/ exceptions if field has no value |
HAS_WORKERID() |
Determine if WORKERID has a value |
startedAt¶
The date and time the resource started running.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTEDAT() |
Getter for STARTEDAT, with configurable default |
ASK_STARTEDAT() |
Getter for STARTEDAT w/ exceptions if field has no value |
HAS_STARTEDAT() |
Determine if STARTEDAT has a value |
lifecycleStatus¶
The life cycle status of the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LIFECYCLESTATUS() |
Getter for LIFECYCLESTATUS, with configurable default |
ASK_LIFECYCLESTATUS() |
Getter for LIFECYCLESTATUS w/ exceptions if field has no val |
HAS_LIFECYCLESTATUS() |
Determine if LIFECYCLESTATUS has a value |
endedAt¶
The date and time the resource ended running.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDEDAT() |
Getter for ENDEDAT, with configurable default |
ASK_ENDEDAT() |
Getter for ENDEDAT w/ exceptions if field has no value |
HAS_ENDEDAT() |
Determine if ENDEDAT has a value |
targetLifecycleStatus¶
The target life cycle status for the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETLIFECYCLESTATUS() |
Getter for TARGETLIFECYCLESTATUS, with configurable default |
ASK_TARGETLIFECYCLESTATUS() |
Getter for TARGETLIFECYCLESTATUS w/ exceptions if field has |
HAS_TARGETLIFECYCLESTATUS() |
Determine if TARGETLIFECYCLESTATUS has a value |
updatedAt¶
The date and time the resource was 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 |
updatedBy¶
The user or system that updated this resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDBY() |
Getter for UPDATEDBY, with configurable default |
ASK_UPDATEDBY() |
Getter for UPDATEDBY w/ exceptions if field has no value |
HAS_UPDATEDBY() |
Determine if UPDATEDBY has a value |
log¶
The session log.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOG() |
Getter for LOG |
hostProperties¶
The host properties for the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOSTPROPERTIES() |
Getter for HOSTPROPERTIES |
workerLog¶
The worker log for the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKERLOG() |
Getter for WORKERLOG |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BATCHGETSESSIONITEMS¶
TYPES TT_BATCHGETSESSIONITEMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_TBDBATCHGETSESSITEM WITH DEFAULT KEY
.