/AWS1/CL_SGECHECKSUM¶
Information about the checksum of a model deployed on a device.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_type TYPE /AWS1/SGECHECKSUMTYPE /AWS1/SGECHECKSUMTYPE¶
The type of the checksum.
iv_sum TYPE /AWS1/SGECHECKSUMSTRING /AWS1/SGECHECKSUMSTRING¶
The checksum of the model.
Queryable Attributes¶
Type¶
The type of the checksum.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Sum¶
The checksum of the model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUM() |
Getter for SUM, with configurable default |
ASK_SUM() |
Getter for SUM w/ exceptions if field has no value |
HAS_SUM() |
Determine if SUM has a value |