public final class EventTagUtils
extends java.lang.Object
| Constructor and Description |
|---|
EventTagUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Double |
getNumericValue(java.util.Map<java.lang.String,?> eventTags)
Fetch the numeric metric value from event tags.
|
static java.lang.Long |
getRevenueValue(java.util.Map<java.lang.String,?> eventTags)
Grab the revenue value from the event tags.
|
public static java.lang.Long getRevenueValue(@Nonnull
java.util.Map<java.lang.String,?> eventTags)
eventTags - The event tagspublic static java.lang.Double getNumericValue(@Nonnull
java.util.Map<java.lang.String,?> eventTags)
eventTags - The event tags