Package fi.moprim.tmd.sdk.model
Interface TmdUploadData
-
public interface TmdUploadData
An interface used by the uploader to send data to the cloud
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getId()
long
getLastTimestamp()
boolean
isSyncedWithCloud()
void
setSynced(boolean synced)
org.json.JSONObject
toJson()
-