/AWS1/CL_BDOBROWSPFLSUMMARY¶
Contains summary information about a browser profile. A browser profile stores persistent browser data that can be reused across browser sessions.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_profileid TYPE /AWS1/BDOBROWSERPROFILEID /AWS1/BDOBROWSERPROFILEID¶
The unique identifier of the browser profile.
iv_profilearn TYPE /AWS1/BDOBROWSERPROFILEARN /AWS1/BDOBROWSERPROFILEARN¶
The Amazon Resource Name (ARN) of the browser profile.
iv_name TYPE /AWS1/BDOBROWSERPROFILENAME /AWS1/BDOBROWSERPROFILENAME¶
The name of the browser profile.
iv_status TYPE /AWS1/BDOBROWSERPROFILESTATUS /AWS1/BDOBROWSERPROFILESTATUS¶
The current status of the browser profile. Possible values include READY, SAVING, DELETING, and DELETED.
iv_createdat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP¶
The timestamp when the browser profile was created.
iv_lastupdatedat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP¶
The timestamp when the browser profile was last updated.
Optional arguments:¶
iv_description TYPE /AWS1/BDODESCRIPTION /AWS1/BDODESCRIPTION¶
The description of the browser profile.
iv_lastsavedat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP¶
The timestamp when browser session data was last saved to this profile.
iv_lastsavedbrowsersessionid TYPE /AWS1/BDOBROWSERSESSIONID /AWS1/BDOBROWSERSESSIONID¶
The identifier of the browser session from which data was last saved to this profile.
iv_lastsavedbrowserid TYPE /AWS1/BDOBROWSERID /AWS1/BDOBROWSERID¶
The identifier of the browser from which data was last saved to this profile.
Queryable Attributes¶
profileId¶
The unique identifier of the browser profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILEID() |
Getter for PROFILEID, with configurable default |
ASK_PROFILEID() |
Getter for PROFILEID w/ exceptions if field has no value |
HAS_PROFILEID() |
Determine if PROFILEID has a value |
profileArn¶
The Amazon Resource Name (ARN) of the browser profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILEARN() |
Getter for PROFILEARN, with configurable default |
ASK_PROFILEARN() |
Getter for PROFILEARN w/ exceptions if field has no value |
HAS_PROFILEARN() |
Determine if PROFILEARN has a value |
name¶
The name of the browser profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
The description of the browser profile.
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 |
status¶
The current status of the browser profile. Possible values include READY, SAVING, DELETING, and DELETED.
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 browser profile 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 |
lastUpdatedAt¶
The timestamp when the browser profile was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |
lastSavedAt¶
The timestamp when browser session data was last saved to this profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTSAVEDAT() |
Getter for LASTSAVEDAT, with configurable default |
ASK_LASTSAVEDAT() |
Getter for LASTSAVEDAT w/ exceptions if field has no value |
HAS_LASTSAVEDAT() |
Determine if LASTSAVEDAT has a value |
lastSavedBrowserSessionId¶
The identifier of the browser session from which data was last saved to this profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTSAVEDBROWSSESSIONID() |
Getter for LASTSAVEDBROWSERSESSIONID, with configurable defa |
ASK_LASTSAVEDBROWSSESSIONID() |
Getter for LASTSAVEDBROWSERSESSIONID w/ exceptions if field |
HAS_LASTSAVEDBROWSSESSIONID() |
Determine if LASTSAVEDBROWSERSESSIONID has a value |
lastSavedBrowserId¶
The identifier of the browser from which data was last saved to this profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTSAVEDBROWSERID() |
Getter for LASTSAVEDBROWSERID, with configurable default |
ASK_LASTSAVEDBROWSERID() |
Getter for LASTSAVEDBROWSERID w/ exceptions if field has no |
HAS_LASTSAVEDBROWSERID() |
Determine if LASTSAVEDBROWSERID 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_BROWSERPROFILESUMMARIES¶
TYPES TT_BROWSERPROFILESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOBROWSPFLSUMMARY WITH DEFAULT KEY
.