-
@Serializable() public final class EventDto
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final Stringnameprivate final PLYEventPropertiespropertiesprivate final Map<String, JsonElement>userAttributesprivate final Map<String, JsonElement>builtInAttributes
-
Method Summary
Modifier and Type Method Description final StringgetId()final StringgetName()final PLYEventPropertiesgetProperties()final Map<String, JsonElement>getUserAttributes()final Map<String, JsonElement>getBuiltInAttributes()-
-
Method Detail
-
getProperties
final PLYEventProperties getProperties()
-
getUserAttributes
final Map<String, JsonElement> getUserAttributes()
-
getBuiltInAttributes
final Map<String, JsonElement> getBuiltInAttributes()
-
-
-
-