Skip to content

/AWS1/CL_IOSINTERPOLATEDASTP00

Contains information about an interpolated asset property value.

CONSTRUCTOR

IMPORTING

Required arguments:

io_timestamp TYPE REF TO /AWS1/CL_IOSTIMEINNANOS /AWS1/CL_IOSTIMEINNANOS

Contains a timestamp with optional nanosecond granularity.

io_value TYPE REF TO /AWS1/CL_IOSVARIANT /AWS1/CL_IOSVARIANT

Contains an asset property value (of a single type only).


Queryable Attributes

timestamp

Contains a timestamp with optional nanosecond granularity.

Accessible with the following methods

Method Description
GET_TIMESTAMP() Getter for TIMESTAMP

value

Contains an asset property value (of a single type only).

Accessible with the following methods

Method Description
GET_VALUE() Getter for VALUE

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_INTERPOLATEDASSETPRPVALUES

TYPES TT_INTERPOLATEDASSETPRPVALUES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOSINTERPOLATEDASTP00 WITH DEFAULT KEY
.