-
- 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 longsyncHistoryIdprivate booleanisSyncDoneprivate DateTimesyncSessionStartTimeprivate List<RealmSyncResponse>realmSyncResponsespublic final static Parcelable.Creator<MenigaSyncSystemStatus>CREATOR
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)inthashCode()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)longgetSyncHistoryId()booleanisSyncDone()DateTimegetSyncSessionStartTime()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()
-
-
-
-