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