-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable
public class AccountSyncStatus implements Serializable, Parcelable
Contains further details about the sync status of specific accounts.
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description protected longaccountIdprotected IntegertransactionsProcessedprotected MenigaDecimalbalanceprotected MenigaDecimallimitprotected IntegertotalTransactionsprotected DateTimestartDateprotected DateTimeendDateprotected StringaccountStatusprotected AccountSyncResultstatuspublic final static Parcelable.Creator<AccountSyncStatus>CREATOR
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)inthashCode()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)longgetAccountId()IntegergetTransactionsProcessed()MenigaDecimalgetBalance()MenigaDecimalgetLimit()IntegergetTotalTransactions()DateTimegetStartDate()DateTimegetEndDate()StringgetAccountStatus()AccountSyncResultgetStatus()-
-
Method Detail
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getAccountId
long getAccountId()
-
getTransactionsProcessed
Integer getTransactionsProcessed()
-
getBalance
MenigaDecimal getBalance()
-
getLimit
MenigaDecimal getLimit()
-
getTotalTransactions
Integer getTotalTransactions()
-
getStartDate
DateTime getStartDate()
-
getEndDate
DateTime getEndDate()
-
getAccountStatus
String getAccountStatus()
-
getStatus
AccountSyncResult getStatus()
-
-
-
-