-
- 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>CREATORprotected Stringkeyprotected Stringvalue
-
Constructor Summary
Constructors Constructor Description ParsedData(String key, String value)
-
Method Summary
Modifier and Type Method Description intdescribeContents()voidwriteToParcel(Parcel dest, int flags)booleanequals(Object o)inthashCode()StringgetKey()StringgetValue()
-