/AWS1/CL_OWXGETHOSTNAMESUGGE01¶
Contains the response to a GetHostnameSuggestion request.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_layerid TYPE /AWS1/OWXSTRING /AWS1/OWXSTRING¶
The layer ID.
iv_hostname TYPE /AWS1/OWXSTRING /AWS1/OWXSTRING¶
The generated host name.
Queryable Attributes¶
LayerId¶
The layer ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAYERID() |
Getter for LAYERID, with configurable default |
ASK_LAYERID() |
Getter for LAYERID w/ exceptions if field has no value |
HAS_LAYERID() |
Determine if LAYERID has a value |
Hostname¶
The generated host name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOSTNAME() |
Getter for HOSTNAME, with configurable default |
ASK_HOSTNAME() |
Getter for HOSTNAME w/ exceptions if field has no value |
HAS_HOSTNAME() |
Determine if HOSTNAME has a value |