-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable
public class RealmSyncResponse implements Serializable, Parcelable
Represents a response for all the accounts in a specific realm. A realm can be e.g. a bank institute.
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description protected longrealmCredentialsIdprotected StringrealmCredentialsDisplayNameprotected longorganizationIdprotected StringorganizationNameprotected StringorganizationBankCodeprotected List<AccountSyncStatus>accountSyncStatusesprotected AuthenticationChallengeauthenticationChallengeprotected booleanisSyncDoneprotected longrealmIdprotected DateTimerealmSyncStartDateprotected DateTimerealmSyncEndDateprotected RealmSyncResultstatuspublic final static Parcelable.Creator<RealmSyncResponse>CREATOR
-
Method Summary
Modifier and Type Method Description intdescribeContents()voidwriteToParcel(Parcel dest, int flags)booleanequals(Object o)inthashCode()longgetRealmCredentialsId()StringgetRealmCredentialsDisplayName()longgetOrganizationId()StringgetOrganizationName()StringgetOrganizationBankCode()List<AccountSyncStatus>getAccountSyncStatuses()AuthenticationChallengegetAuthenticationChallenge()booleanisSyncDone()longgetRealmId()DateTimegetRealmSyncStartDate()DateTimegetRealmSyncEndDate()RealmSyncResultgetStatus()-
-
Method Detail
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
hashCode
int hashCode()
-
getRealmCredentialsId
long getRealmCredentialsId()
-
getRealmCredentialsDisplayName
String getRealmCredentialsDisplayName()
-
getOrganizationId
long getOrganizationId()
-
getOrganizationName
String getOrganizationName()
-
getOrganizationBankCode
String getOrganizationBankCode()
-
getAccountSyncStatuses
List<AccountSyncStatus> getAccountSyncStatuses()
-
getAuthenticationChallenge
AuthenticationChallenge getAuthenticationChallenge()
-
isSyncDone
boolean isSyncDone()
-
getRealmId
long getRealmId()
-
getRealmSyncStartDate
DateTime getRealmSyncStartDate()
-
getRealmSyncEndDate
DateTime getRealmSyncEndDate()
-
getStatus
RealmSyncResult getStatus()
-
-
-
-