/AWS1/CL_WADLENSSUMMARY¶
A lens summary of a lens.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_lensarn TYPE /AWS1/WADLENSARN /AWS1/WADLENSARN¶
The ARN of the lens.
iv_lensalias TYPE /AWS1/WADLENSALIAS /AWS1/WADLENSALIAS¶
LensAlias
iv_lensname TYPE /AWS1/WADLENSNAME /AWS1/WADLENSNAME¶
LensName
iv_lenstype TYPE /AWS1/WADLENSTYPE /AWS1/WADLENSTYPE¶
The type of the lens.
iv_description TYPE /AWS1/WADLENSDESCRIPTION /AWS1/WADLENSDESCRIPTION¶
Description
iv_createdat TYPE /AWS1/WADTIMESTAMP /AWS1/WADTIMESTAMP¶
CreatedAt
iv_updatedat TYPE /AWS1/WADTIMESTAMP /AWS1/WADTIMESTAMP¶
UpdatedAt
iv_lensversion TYPE /AWS1/WADLENSVERSION /AWS1/WADLENSVERSION¶
The version of the lens.
iv_owner TYPE /AWS1/WADAWSACCOUNTID /AWS1/WADAWSACCOUNTID¶
Owner
iv_lensstatus TYPE /AWS1/WADLENSSTATUS /AWS1/WADLENSSTATUS¶
The status of the lens.
Queryable Attributes¶
LensArn¶
The ARN of the lens.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENSARN() |
Getter for LENSARN, with configurable default |
ASK_LENSARN() |
Getter for LENSARN w/ exceptions if field has no value |
HAS_LENSARN() |
Determine if LENSARN has a value |
LensAlias¶
LensAlias
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENSALIAS() |
Getter for LENSALIAS, with configurable default |
ASK_LENSALIAS() |
Getter for LENSALIAS w/ exceptions if field has no value |
HAS_LENSALIAS() |
Determine if LENSALIAS has a value |
LensName¶
LensName
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENSNAME() |
Getter for LENSNAME, with configurable default |
ASK_LENSNAME() |
Getter for LENSNAME w/ exceptions if field has no value |
HAS_LENSNAME() |
Determine if LENSNAME has a value |
LensType¶
The type of the lens.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENSTYPE() |
Getter for LENSTYPE, with configurable default |
ASK_LENSTYPE() |
Getter for LENSTYPE w/ exceptions if field has no value |
HAS_LENSTYPE() |
Determine if LENSTYPE has a value |
Description¶
Description
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
CreatedAt¶
CreatedAt
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¶
UpdatedAt
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 |
LensVersion¶
The version of the lens.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENSVERSION() |
Getter for LENSVERSION, with configurable default |
ASK_LENSVERSION() |
Getter for LENSVERSION w/ exceptions if field has no value |
HAS_LENSVERSION() |
Determine if LENSVERSION has a value |
Owner¶
Owner
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNER() |
Getter for OWNER, with configurable default |
ASK_OWNER() |
Getter for OWNER w/ exceptions if field has no value |
HAS_OWNER() |
Determine if OWNER has a value |
LensStatus¶
The status of the lens.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENSSTATUS() |
Getter for LENSSTATUS, with configurable default |
ASK_LENSSTATUS() |
Getter for LENSSTATUS w/ exceptions if field has no value |
HAS_LENSSTATUS() |
Determine if LENSSTATUS 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_LENSSUMMARIES¶
TYPES TT_LENSSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_WADLENSSUMMARY WITH DEFAULT KEY
.