-
- All Implemented Interfaces:
-
android.os.Parcelable
,java.io.Serializable
public class ParsedData implements Serializable, Parcelable
Represents a key-value pari that contains extra bit of information about an account.
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<ParsedData>
CREATOR
protected String
key
protected String
value
-
Constructor Summary
Constructors Constructor Description ParsedData(String key, String value)
-
Method Summary
Modifier and Type Method Description int
describeContents()
void
writeToParcel(Parcel dest, int flags)
boolean
equals(Object o)
int
hashCode()
String
getKey()
String
getValue()
-