setEventValue

Sets the event value.

The event's value will be accurate 6 digits after the decimal. The number must fall in the range [-2^31, 2^31-1]. Any value outside that range will cause the event to be invalid.

Return

The custom event builder.

Parameters

value

The event's value as a BigDecimal.


Sets the event value.

The event's value will be accurate 6 digits after the decimal. The number must fall in the range [-2^31, 2^31-1]. Any value outside that range will cause the event to be invalid.

Return

The custom event builder.

Parameters

value

The event's value as a double

Throws

if the value is infinity or not a number.


Sets the event value from a String.

The event's value will be accurate 6 digits after the decimal. The number must fall in the range [-2^31, 2^31-1]. Any value outside that range will cause the event to be invalid.

Return

The custom event builder.

Parameters

value

The event's value as a String.

Throws

if the event value does not contain a valid string representation of a big decimal.


Sets the event value.

Return

The custom event builder.

Parameters

value

The event's value as an int.