Class EventContext
java.lang.Object
com.intellij.internal.statistic.eventLog.validator.rules.EventContext
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic EventContext<T> TgetPayload(PayloadKey<T> key) <T> voidsetPayload(PayloadKey<T> key, T value) unmodifiableOrEmptyMap(@NotNull Map<String, Object> original)
-
Field Details
-
eventId
-
eventData
-
myPayload
-
-
Method Details
-
unmodifiableOrEmptyMap
-
create
public static EventContext create(@NotNull @NotNull String eventId, @NotNull @NotNull Map<String, Object> eventData) -
getPayload
-
setPayload
-