-
- 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 long
transactionId
protected long
merchantId
protected String
merchantName
protected int
totalCount
protected int
periodCount
protected String
categoryName
public final static Parcelable.Creator<MenigaTransactionCountEventData>
CREATOR
-
Constructor Summary
Constructors Constructor Description MenigaTransactionCountEventData()
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
long
getTransactionId()
long
getMerchantId()
String
getMerchantName()
int
getTotalCount()
int
getPeriodCount()
String
getCategoryName()
-
-
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()
-
-
-
-