-
- All Implemented Interfaces:
-
android.os.Parcelable
,java.io.Serializable
public class MenigaSyncSystemStatus implements Parcelable, Serializable
Contains info on the sync status of all realms and for each realm, its accounts Copyright 2017 Meniga Iceland Inc. Created by agustk on 9.3.2018.
-
-
Field Summary
Fields Modifier and Type Field Description private long
syncHistoryId
private boolean
isSyncDone
private DateTime
syncSessionStartTime
private List<RealmSyncResponse>
realmSyncResponses
public final static Parcelable.Creator<MenigaSyncSystemStatus>
CREATOR
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
long
getSyncHistoryId()
boolean
isSyncDone()
DateTime
getSyncSessionStartTime()
List<RealmSyncResponse>
getRealmSyncResponses()
-
-
Method Detail
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getSyncHistoryId
long getSyncHistoryId()
-
isSyncDone
boolean isSyncDone()
-
getSyncSessionStartTime
DateTime getSyncSessionStartTime()
-
getRealmSyncResponses
List<RealmSyncResponse> getRealmSyncResponses()
-
-
-
-