/AWS1/CL_IOSASSETMODELSTATUS¶
Contains current status information for an asset model. For more information, see Asset and model states in the IoT SiteWise User Guide.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_state TYPE /AWS1/IOSASSETMODELSTATE /AWS1/IOSASSETMODELSTATE¶
The current state of the asset model.
Optional arguments:¶
io_error TYPE REF TO /AWS1/CL_IOSERRORDETAILS /AWS1/CL_IOSERRORDETAILS¶
Contains associated error information, if any.
Queryable Attributes¶
state¶
The current state of the asset model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
error¶
Contains associated error information, if any.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR |