Package fi.moprim.tmd.sdk.model
Class TmdCloudMetadata
- java.lang.Object
-
- fi.moprim.tmd.sdk.model.TmdCloudMetadata
-
- All Implemented Interfaces:
android.os.Parcelable
public class TmdCloudMetadata extends java.lang.Object implements android.os.Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description static android.os.Parcelable.Creator<TmdCloudMetadata>CREATORstatic java.lang.StringLAST_TIMESTAMP_ACTIVITYstatic java.lang.StringLAST_TIMESTAMP_LOCATIONstatic java.lang.StringLAST_TIMESTAMP_TMDstatic java.lang.StringLAST_TIMESTAMP_UPLOADED_LOCATIONstatic java.lang.StringLAST_TIMESTAMP_UPLOADED_TMD
-
Constructor Summary
Constructors Constructor Description TmdCloudMetadata(long firstTimestamp, long lastTimestamp, long lastTmdTimestamp, long lastLocationTimestamp, long lastUploadedTmdTimestamp, long lastUploadedLocationTimestamp, long lastActivityTimestamp)TmdCloudMetadata(android.os.Parcel in)Parcel constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdescribeContents()longgetFirstTimestamp()longgetLastActivityTimestamp()longgetLastLocationTimestamp()longgetLastTimestamp()longgetLastTmdTimestamp()longgetLastUploadedLocationTimestamp()longgetLastUploadedTmdTimestamp()java.lang.StringtoString()voidwriteToParcel(android.os.Parcel dest, int flags)
-
-
-
Field Detail
-
LAST_TIMESTAMP_TMD
public static final java.lang.String LAST_TIMESTAMP_TMD
- See Also:
- Constant Field Values
-
LAST_TIMESTAMP_LOCATION
public static final java.lang.String LAST_TIMESTAMP_LOCATION
- See Also:
- Constant Field Values
-
LAST_TIMESTAMP_UPLOADED_TMD
public static final java.lang.String LAST_TIMESTAMP_UPLOADED_TMD
- See Also:
- Constant Field Values
-
LAST_TIMESTAMP_UPLOADED_LOCATION
public static final java.lang.String LAST_TIMESTAMP_UPLOADED_LOCATION
- See Also:
- Constant Field Values
-
LAST_TIMESTAMP_ACTIVITY
public static final java.lang.String LAST_TIMESTAMP_ACTIVITY
- See Also:
- Constant Field Values
-
CREATOR
public static final android.os.Parcelable.Creator<TmdCloudMetadata> CREATOR
-
-
Constructor Detail
-
TmdCloudMetadata
public TmdCloudMetadata(long firstTimestamp, long lastTimestamp, long lastTmdTimestamp, long lastLocationTimestamp, long lastUploadedTmdTimestamp, long lastUploadedLocationTimestamp, long lastActivityTimestamp)
-
TmdCloudMetadata
public TmdCloudMetadata(android.os.Parcel in)
Parcel constructor- Parameters:
in- the parcel
-
-
Method Detail
-
getFirstTimestamp
public long getFirstTimestamp()
-
getLastTimestamp
public long getLastTimestamp()
-
getLastTmdTimestamp
public long getLastTmdTimestamp()
-
getLastLocationTimestamp
public long getLastLocationTimestamp()
-
getLastUploadedTmdTimestamp
public long getLastUploadedTmdTimestamp()
-
getLastUploadedLocationTimestamp
public long getLastUploadedLocationTimestamp()
-
getLastActivityTimestamp
public long getLastActivityTimestamp()
-
describeContents
public int describeContents()
- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags)- Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-
toString
@NonNull public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-