Class UserAttributeAudienceEvent

java.lang.Object
com.mparticle.sdk.model.audienceprocessing.UserAttributeAudienceEvent

public final class UserAttributeAudienceEvent extends Object
  • Constructor Details

    • UserAttributeAudienceEvent

      public UserAttributeAudienceEvent()
  • Method Details

    • getKey

      public String getKey()
      Returns:
      the key name of this attribute
    • setKey

      public void setKey(String key)
      Parameters:
      key - the key name of this attribute
    • getValue

      public String getValue()
      Returns:
      the value of this attribute, can be null if a tag or if using list_value
    • setValue

      public void setValue(String value)
      Parameters:
      value - the value of this attribute, can be null if a tag or if using list_value
    • getListValue

      public List<String> getListValue()
      Returns:
      the value of this attribute if it is a list
    • setListValue

      public void setListValue(List<String> listValue)
      Parameters:
      listValue - the value of this attribute if it is a list
    • getAction

      Returns:
      action associated with this attribute
    • setAction

      public void setAction(UserAttributeAudienceEvent.AttributeAction action)
      Parameters:
      action - action associated with this attribute