-
- All Implemented Interfaces:
-
com.permutive.queryengine.Event,com.permutive.queryengine.PropertyObject
@JsonClass(generateAdapter = true)@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class NativeEvent implements Event<Any>
-
-
Method Summary
Modifier and Type Method Description StringgetName()final Map<String, Object>getProperties()LonggetTime()StringgetSessionId()StringgetViewId()ObjectgetProperty(List<String> path)ObjectgetProperty_(List<String> path)-
-
Method Detail
-
getProperties
final Map<String, Object> getProperties()
-
getSessionId
String getSessionId()
-
getProperty
Object getProperty(List<String> path)
-
getProperty_
Object getProperty_(List<String> path)
-
-
-
-