/AWS1/CL_BDCSTOPBROWSERSESSRSP¶
StopBrowserSessionResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_browseridentifier
TYPE /AWS1/BDCSTRING
/AWS1/BDCSTRING
¶
The identifier of the browser.
iv_sessionid
TYPE /AWS1/BDCBROWSERSESSIONID
/AWS1/BDCBROWSERSESSIONID
¶
The identifier of the browser session.
iv_lastupdatedat
TYPE /AWS1/BDCDATETIMESTAMP
/AWS1/BDCDATETIMESTAMP
¶
The time at which the browser session was last updated.
Queryable Attributes¶
browserIdentifier¶
The identifier of the browser.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BROWSERIDENTIFIER() |
Getter for BROWSERIDENTIFIER, with configurable default |
ASK_BROWSERIDENTIFIER() |
Getter for BROWSERIDENTIFIER w/ exceptions if field has no v |
HAS_BROWSERIDENTIFIER() |
Determine if BROWSERIDENTIFIER has a value |
sessionId¶
The identifier of the browser session.
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 |
lastUpdatedAt¶
The time at which the browser session 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 |