Class UserAttributeAudienceEvent
java.lang.Object
com.mparticle.sdk.model.audienceprocessing.UserAttributeAudienceEvent
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()
getValue()
void
void
void
setListValue
(List<String> listValue) void
-
Constructor Details
-
UserAttributeAudienceEvent
public UserAttributeAudienceEvent()
-
-
Method Details
-
getKey
- Returns:
- the key name of this attribute
-
setKey
- Parameters:
key
- the key name of this attribute
-
getValue
- Returns:
- the value of this attribute, can be null if a tag or if using list_value
-
setValue
- Parameters:
value
- the value of this attribute, can be null if a tag or if using list_value
-
getListValue
- Returns:
- the value of this attribute if it is a list
-
setListValue
- Parameters:
listValue
- the value of this attribute if it is a list
-
getAction
- Returns:
- action associated with this attribute
-
setAction
- Parameters:
action
- action associated with this attribute
-