Skip to content

/AWS1/CL_BDOHARNESSSUMMARY

Summary information about a harness.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_harnessid TYPE /AWS1/BDOHARNESSID /AWS1/BDOHARNESSID

The ID of the harness.

iv_harnessname TYPE /AWS1/BDOHARNESSNAME /AWS1/BDOHARNESSNAME

The name of the harness.

iv_arn TYPE /AWS1/BDOHARNESSARN /AWS1/BDOHARNESSARN

The ARN of the harness.

iv_status TYPE /AWS1/BDOHARNESSSTATUS /AWS1/BDOHARNESSSTATUS

The current status of the harness.

iv_createdat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP

The timestamp when the harness was created.

iv_updatedat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP

The timestamp when the harness was last updated.


Queryable Attributes

harnessId

The ID of the harness.

Accessible with the following methods

Method Description
GET_HARNESSID() Getter for HARNESSID, with configurable default
ASK_HARNESSID() Getter for HARNESSID w/ exceptions if field has no value
HAS_HARNESSID() Determine if HARNESSID has a value

harnessName

The name of the harness.

Accessible with the following methods

Method Description
GET_HARNESSNAME() Getter for HARNESSNAME, with configurable default
ASK_HARNESSNAME() Getter for HARNESSNAME w/ exceptions if field has no value
HAS_HARNESSNAME() Determine if HARNESSNAME has a value

arn

The ARN of the harness.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

status

The current status of the harness.

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 when the harness 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 when the harness 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_HARNESSSUMMARIES

TYPES TT_HARNESSSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOHARNESSSUMMARY WITH DEFAULT KEY
.