/AWS1/CL_IOMSCENESUMMARY¶
An object that contains information about a scene.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sceneid TYPE /AWS1/IOMID /AWS1/IOMID¶
The ID of the scene.
iv_contentlocation TYPE /AWS1/IOMS3URL /AWS1/IOMS3URL¶
The relative path that specifies the location of the content definition file.
iv_arn TYPE /AWS1/IOMTWINMAKERARN /AWS1/IOMTWINMAKERARN¶
The ARN of the scene.
iv_creationdatetime TYPE /AWS1/IOMTIMESTAMP /AWS1/IOMTIMESTAMP¶
The date and time when the scene was created.
iv_updatedatetime TYPE /AWS1/IOMTIMESTAMP /AWS1/IOMTIMESTAMP¶
The date and time when the scene was last updated.
Optional arguments:¶
iv_description TYPE /AWS1/IOMDESCRIPTION /AWS1/IOMDESCRIPTION¶
The scene description.
Queryable Attributes¶
sceneId¶
The ID of the scene.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCENEID() |
Getter for SCENEID, with configurable default |
ASK_SCENEID() |
Getter for SCENEID w/ exceptions if field has no value |
HAS_SCENEID() |
Determine if SCENEID has a value |
contentLocation¶
The relative path that specifies the location of the content definition file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTLOCATION() |
Getter for CONTENTLOCATION, with configurable default |
ASK_CONTENTLOCATION() |
Getter for CONTENTLOCATION w/ exceptions if field has no val |
HAS_CONTENTLOCATION() |
Determine if CONTENTLOCATION has a value |
arn¶
The ARN of the scene.
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 |
creationDateTime¶
The date and time when the scene was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONDATETIME() |
Getter for CREATIONDATETIME, with configurable default |
ASK_CREATIONDATETIME() |
Getter for CREATIONDATETIME w/ exceptions if field has no va |
HAS_CREATIONDATETIME() |
Determine if CREATIONDATETIME has a value |
updateDateTime¶
The date and time when the scene was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDATETIME() |
Getter for UPDATEDATETIME, with configurable default |
ASK_UPDATEDATETIME() |
Getter for UPDATEDATETIME w/ exceptions if field has no valu |
HAS_UPDATEDATETIME() |
Determine if UPDATEDATETIME has a value |
description¶
The scene 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SCENESUMMARIES¶
TYPES TT_SCENESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOMSCENESUMMARY WITH DEFAULT KEY
.