/AWS1/CL_BDRWEBLOCATION¶
Provides the URL and domain information for the website that was cited when performing a web search.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_url TYPE /AWS1/BDRSTRING /AWS1/BDRSTRING¶
The URL that was cited when performing a web search.
iv_domain TYPE /AWS1/BDRSTRING /AWS1/BDRSTRING¶
The domain that was cited when performing a web search.
Queryable Attributes¶
url¶
The URL that was cited when performing a web search.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URL() |
Getter for URL, with configurable default |
ASK_URL() |
Getter for URL w/ exceptions if field has no value |
HAS_URL() |
Determine if URL has a value |
domain¶
The domain that was cited when performing a web search.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAIN() |
Getter for DOMAIN, with configurable default |
ASK_DOMAIN() |
Getter for DOMAIN w/ exceptions if field has no value |
HAS_DOMAIN() |
Determine if DOMAIN has a value |