-
public final class MobileSegment.MobileRecord.FocusRecord extends MobileSegment.MobileRecord
Schema of common properties for a Record event type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMobileSegment.MobileRecord.FocusRecord.Companion
-
Constructor Summary
Constructors Constructor Description MobileSegment.MobileRecord.FocusRecord(Long timestamp, String slotId, MobileSegment.Data2 data)
-
Method Summary
Modifier and Type Method Description final LonggetType()final LonggetTimestamp()final StringgetSlotId()final MobileSegment.Data2getData()JsonElementtoJson()-
-
Constructor Detail
-
MobileSegment.MobileRecord.FocusRecord
MobileSegment.MobileRecord.FocusRecord(Long timestamp, String slotId, MobileSegment.Data2 data)
- Parameters:
timestamp- Defines the UTC time in milliseconds when this Record was performed.slotId- Unique ID of the slot that generated this record.
-
-
Method Detail
-
getTimestamp
final Long getTimestamp()
-
getData
final MobileSegment.Data2 getData()
-
toJson
JsonElement toJson()
-
-
-
-