-
- All Implemented Interfaces:
-
android.os.Parcelable,java.lang.Comparable
public class IdentificationMatch implements Parcelable, Comparable<IdentificationMatch>
-
-
Field Summary
Fields Modifier and Type Field Description private Stringguidprivate MatchResultmatchResultpublic final static Parcelable.Creator<IdentificationMatch>CREATOR
-
Constructor Summary
Constructors Constructor Description IdentificationMatch()Empty constructor IdentificationMatch(String guid, MatchResult matchResult)This constructor creates a new identification
-
Method Summary
Modifier and Type Method Description StringgetGuid()MatchResultgetMatchResult()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)intcompareTo(@NonNull() IdentificationMatch otherIdentification)booleanequals(Object o)inthashCode()-
-
Constructor Detail
-
IdentificationMatch
IdentificationMatch()
Empty constructor
-
IdentificationMatch
IdentificationMatch(String guid, MatchResult matchResult)
This constructor creates a new identification- Parameters:
guid- A string containing the Identity Provider's guid of the matchmatchResult- Object representing match attributes like matching confidence and strength
-
-
Method Detail
-
getMatchResult
MatchResult getMatchResult()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
compareTo
int compareTo(@NonNull() IdentificationMatch otherIdentification)
-
hashCode
int hashCode()
-
-
-
-