Segment
Represents a segment that was detected for the user.
Segment API
getAttributes()
getAttributes()List<Attribute> getAttributes()Returns attributes pertaining to the segment.
getCategory()
getCategory()SegmentCategory getCategory()Returns the category of the segment.
getEndTime()
getEndTime()@Nullable DateTime getEndTime()Returns the end time of the segment, if it has ended. Otherwise, returns null.
getSegmentId()
getSegmentId()int getSegmentId()Returns the unique ID of this segment.
getStartTime()
getStartTime()Returns the start time of the segment.
getSubcategory()
getSubcategory()Returns the subcategory of the segment.
getType()
getType()Returns the type of the segment.
Last updated