name | data type | description |
---|---|---|
counterType | CounterTypeEnum | |
level | number | |
periodStartDate | string | |
periodEndDate | string | |
value | number | |
accumulator | boolean | |
accumulatedValues | map of number | |
accumulatorType | AccumulatorCounterTypeEnum | |
id | number | Gets the id. |
code | string | Gets the code. |
Example
{ "counterType" : "NOTIFICATION", "level" : 12345.0, "periodStartDate" : "...", "periodEndDate" : "...", "value" : 12345.0, "accumulator" : true, "accumulatedValues" : { "property1" : 12345.0, "property2" : 12345.0 }, "accumulatorType" : "MULTI_VALUE", "id" : 12345, "code" : "..." }