/AWS1/CL_IOTASSETPROPERTYTSMP¶
An asset property timestamp entry containing the following information.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_timeinseconds
TYPE /AWS1/IOTASSETPRPTIMEINSECONDS
/AWS1/IOTASSETPRPTIMEINSECONDS
¶
A string that contains the time in seconds since epoch. Accepts substitution templates.
Optional arguments:¶
iv_offsetinnanos
TYPE /AWS1/IOTASSETPRPOFFSETINNANOS
/AWS1/IOTASSETPRPOFFSETINNANOS
¶
Optional. A string that contains the nanosecond time offset. Accepts substitution templates.
Queryable Attributes¶
timeInSeconds¶
A string that contains the time in seconds since epoch. Accepts substitution templates.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TIMEINSECONDS() |
Getter for TIMEINSECONDS, with configurable default |
ASK_TIMEINSECONDS() |
Getter for TIMEINSECONDS w/ exceptions if field has no value |
HAS_TIMEINSECONDS() |
Determine if TIMEINSECONDS has a value |
offsetInNanos¶
Optional. A string that contains the nanosecond time offset. Accepts substitution templates.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OFFSETINNANOS() |
Getter for OFFSETINNANOS, with configurable default |
ASK_OFFSETINNANOS() |
Getter for OFFSETINNANOS w/ exceptions if field has no value |
HAS_OFFSETINNANOS() |
Determine if OFFSETINNANOS has a value |