Breadcrumbs

CreateStatisticsDataPointModel

Builder pattern for specification and writing of statistics events.

implements: hash
bundle: online channel standard (oc)
since 4.6.0
Builder pattern for specification and writing of statistics events.

Defined hash keys

commit ↦ Boolean
since 4.6.0
Returns if writing data-point was successful (writes data point)

Methods

attribute(String:key, String|Long|Asset:value)CreateStatisticsDataPointModel
since 4.6.0
Assigns the attribute 'key' the value 'value' in the DataPoint and returns the DataPoint object. value may be of type string, number(long) or Asset. Please note that the instance returned is identical with the original instance.