-
- All Implemented Interfaces:
-
android.os.Parcelable
,java.io.Serializable
,java.lang.Cloneable
public class MenigaUpcomingReconcileScore implements Serializable, Parcelable, Cloneable
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description protected long
upcomingId
protected Long
transactionId
protected Float
confidenceScore
public final static Parcelable.Creator<MenigaUpcomingReconcileScore>
CREATOR
-
Method Summary
Modifier and Type Method Description MenigaUpcomingReconcileScore
clone()
Boolean
getConfirmed()
boolean
equals(Object o)
int
hashCode()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
long
getUpcomingId()
Long
getTransactionId()
Float
getConfidenceScore()
-
-
Method Detail
-
clone
MenigaUpcomingReconcileScore clone()
-
getConfirmed
Boolean getConfirmed()
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getUpcomingId
long getUpcomingId()
-
getTransactionId
Long getTransactionId()
-
getConfidenceScore
Float getConfidenceScore()
-
-
-
-