public static final class ParkingBlock.PricingPayment extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<ParkingBlock.PricingPayment> |
CREATOR
Parcelable creator for this type.
|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(Object o) |
float |
getAmount()
Gets the price amount.
|
String |
getCurrencyCode()
Gets the currency type in ISO-4217.
|
int |
getDuration()
Gets the duration.
|
ParkingBlock.DurationUnit |
getDurationUnit()
Gets the duration unit for this pricing.
|
int |
hashCode() |
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<ParkingBlock.PricingPayment> CREATOR
public ParkingBlock.DurationUnit getDurationUnit()
public int getDuration()
ParkingBlock.DurationUnits.public String getCurrencyCode()
public float getAmount()
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface ParcelableCopyright © 2013-2016 INRIX, Inc. All Rights Reserved.