Package com.treasuredata.android.cdp
Interface Profile
-
public interface ProfileRepresent a profile in segments looked-up's result,
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceProfile.Key
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getAttributes()java.lang.StringgetAudienceId()Profile.KeygetKey()java.util.List<java.lang.String>getSegments()
-
-
-
Method Detail
-
getSegments
java.util.List<java.lang.String> getSegments()
- Returns:
- Segment IDs where this profile belongs
-
getAttributes
java.util.Map<java.lang.String,java.lang.Object> getAttributes()
- Returns:
- This profile's attributes
-
getKey
Profile.Key getKey()
- Returns:
- Key columns : values of segments
-
getAudienceId
java.lang.String getAudienceId()
- Returns:
- ID of the Master Segment
-
-