public class

TmdCloudMetadata

extends Object
implements Parcelable
java.lang.Object
   ↳ fi.moprim.tmd.sdk.model.TmdCloudMetadata

Summary

Constants
String LAST_TIMESTAMP_LOCATION
String LAST_TIMESTAMP_TMD
String LAST_TIMESTAMP_UPLOADED_LOCATION
String LAST_TIMESTAMP_UPLOADED_TMD
[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator CREATOR
Public Constructors
TmdCloudMetadata(long firstTimestamp, long lastTimestamp, long lastTmdTimestamp, long lastLocationTimestamp, long lastUploadedTmdTimestamp, long lastUploadedLocationTimestamp)
TmdCloudMetadata(Parcel in)
Parcel constructor
Public Methods
int describeContents()
long getFirstTimestamp()
long getLastLocationTimestamp()
long getLastTimestamp()
long getLastTmdTimestamp()
long getLastUploadedLocationTimestamp()
long getLastUploadedTmdTimestamp()
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Constants

public static final String LAST_TIMESTAMP_LOCATION

Constant Value: "LAST_TIMESTAMP_LOCATION"

public static final String LAST_TIMESTAMP_TMD

Constant Value: "LAST_TIMESTAMP_TMD"

public static final String LAST_TIMESTAMP_UPLOADED_LOCATION

Constant Value: "LAST_TIMESTAMP_UPLOADED_LOCATION"

public static final String LAST_TIMESTAMP_UPLOADED_TMD

Constant Value: "LAST_TIMESTAMP_UPLOADED_TMD"

Fields

public static final Creator CREATOR

Public Constructors

public TmdCloudMetadata (long firstTimestamp, long lastTimestamp, long lastTmdTimestamp, long lastLocationTimestamp, long lastUploadedTmdTimestamp, long lastUploadedLocationTimestamp)

public TmdCloudMetadata (Parcel in)

Parcel constructor

Parameters
in the parcel

Public Methods

public int describeContents ()

public long getFirstTimestamp ()

public long getLastLocationTimestamp ()

public long getLastTimestamp ()

public long getLastTmdTimestamp ()

public long getLastUploadedLocationTimestamp ()

public long getLastUploadedTmdTimestamp ()

public void writeToParcel (Parcel dest, int flags)