-
public final class MobileSegment.MobileRecord.MobileFullSnapshotRecord 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.MobileFullSnapshotRecord.Companion
-
Constructor Summary
Constructors Constructor Description MobileSegment.MobileRecord.MobileFullSnapshotRecord(Long timestamp, MobileSegment.Data data)
-
Method Summary
Modifier and Type Method Description final LonggetType()final LonggetTimestamp()final MobileSegment.DatagetData()JsonElementtoJson()-
-
Constructor Detail
-
MobileSegment.MobileRecord.MobileFullSnapshotRecord
MobileSegment.MobileRecord.MobileFullSnapshotRecord(Long timestamp, MobileSegment.Data data)
- Parameters:
timestamp- Defines the UTC time in milliseconds when this Record was performed.
-
-
Method Detail
-
getTimestamp
final Long getTimestamp()
-
getData
final MobileSegment.Data getData()
-
toJson
JsonElement toJson()
-
-
-
-