-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class Address implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final Array<String>addressLinesprivate final AddressTypetype
-
Constructor Summary
Constructors Constructor Description Address(Array<String> addressLines, AddressType type)
-
Method Summary
Modifier and Type Method Description final Array<String>getAddressLines()final AddressTypegetType()Booleanequals(Object other)IntegerhashCode()-
-
Constructor Detail
-
Address
Address(Array<String> addressLines, AddressType type)
-
-
Method Detail
-
getAddressLines
final Array<String> getAddressLines()
-
getType
final AddressType getType()
-
-
-
-