Class CustomEvent

java.lang.Object
com.mparticle.sdk.model.eventprocessing.Event
com.mparticle.sdk.model.eventprocessing.CustomEvent

public final class CustomEvent extends Event
  • Constructor Details

    • CustomEvent

      public CustomEvent()
  • Method Details

    • getName

      public String getName()
      Returns:
      event name
    • setName

      public void setName(String name)
      Parameters:
      name - event name
    • getCustomType

      public CustomEvent.CustomType getCustomType()
      Returns:
      custom event type
    • setCustomType

      public void setCustomType(CustomEvent.CustomType customType)
      Parameters:
      customType - custom event type
    • getAttributes

      public Map<String,String> getAttributes()
      Returns:
      event attributes
    • setAttributes

      public void setAttributes(Map<String,String> attributes)
      Parameters:
      attributes - event attributes
    • getCustomFlags

      public Map<String,String> getCustomFlags()
      Returns:
      custom flags map
    • setCustomFlags

      public void setCustomFlags(Map<String,String> customFlags)
      Parameters:
      customFlags - custom flags map