Class CustomEvent
java.lang.Object
com.mparticle.sdk.model.eventprocessing.Event
com.mparticle.sdk.model.eventprocessing.CustomEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class com.mparticle.sdk.model.eventprocessing.Event
Event.Type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
setAttributes
(Map<String, String> attributes) void
setCustomFlags
(Map<String, String> customFlags) void
setCustomType
(CustomEvent.CustomType customType) void
Methods inherited from class com.mparticle.sdk.model.eventprocessing.Event
getId, getLocation, getRequest, getSessionId, getSourceId, getTimestamp, getType, setLocation, setRequest, setSessionId, setSourceId, setTimestamp
-
Constructor Details
-
CustomEvent
public CustomEvent()
-
-
Method Details
-
getName
- Returns:
- event name
-
setName
- Parameters:
name
- event name
-
getCustomType
- Returns:
- custom event type
-
setCustomType
- Parameters:
customType
- custom event type
-
getAttributes
- Returns:
- event attributes
-
setAttributes
- Parameters:
attributes
- event attributes
-
getCustomFlags
- Returns:
- custom flags map
-
setCustomFlags
- Parameters:
customFlags
- custom flags map
-