-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable
public class MenigaTransactionCountEventData implements Parcelable, Serializable
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description protected longtransactionIdprotected longmerchantIdprotected StringmerchantNameprotected inttotalCountprotected intperiodCountprotected StringcategoryNamepublic final static Parcelable.Creator<MenigaTransactionCountEventData>CREATOR
-
Constructor Summary
Constructors Constructor Description MenigaTransactionCountEventData()
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)inthashCode()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)longgetTransactionId()longgetMerchantId()StringgetMerchantName()intgetTotalCount()intgetPeriodCount()StringgetCategoryName()-
-
Method Detail
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getTransactionId
long getTransactionId()
-
getMerchantId
long getMerchantId()
-
getMerchantName
String getMerchantName()
-
getTotalCount
int getTotalCount()
-
getPeriodCount
int getPeriodCount()
-
getCategoryName
String getCategoryName()
-
-
-
-