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