-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable
public class MenigaAccountEventData implements Parcelable, Serializable
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description protected StringaccountNameprotected StringaccountCategoryprotected MenigaDecimalthresholdAmountTriggerprotected StringcurrencyCodepublic final static Parcelable.Creator<MenigaAccountEventData>CREATOR
-
Method Summary
Modifier and Type Method Description MenigaAccountEventDataclone()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)booleanequals(Object o)inthashCode()StringgetAccountName()StringgetAccountCategory()MenigaDecimalgetThresholdAmountTrigger()StringgetCurrencyCode()-
-
Method Detail
-
clone
MenigaAccountEventData clone()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
hashCode
int hashCode()
-
getAccountName
String getAccountName()
-
getAccountCategory
String getAccountCategory()
-
getThresholdAmountTrigger
MenigaDecimal getThresholdAmountTrigger()
-
getCurrencyCode
@Nullable() String getCurrencyCode()
-
-
-
-