Package com.treasuredata.android.cdp
Interface Profile
-
public interface Profile
Represent a profile in segments looked-up's result,
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
Profile.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.String
getAudienceId()
Profile.Key
getKey()
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
-
-