-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class BrandInfo implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringbrandprivate Stringlabelprivate final StringrenderTypeprivate CardBrandInfocardBrandInfoprivate booleanisCustomUiRequiredpublic final static Parcelable.Creator<BrandInfo>CREATOR
-
Method Summary
Modifier and Type Method Description StringgetBrand()StringgetLabel()BrandInfosetLabel(@NonNull() String label)StringgetRenderType()CardBrandInfogetCardBrandInfo()BrandInfosetCardBrandInfo(@Nullable() CardBrandInfo cardBrandInfo)booleanisCustomUiRequired()booleanisCardBrand()BrandInfosetCustomUiRequired(boolean customUiRequired)intdescribeContents()voidwriteToParcel(@NonNull() Parcel dest, int flags)booleanequals(Object o)inthashCode()-
-
Method Detail
-
getRenderType
@NonNull() String getRenderType()
-
getCardBrandInfo
@Nullable() CardBrandInfo getCardBrandInfo()
-
setCardBrandInfo
@NonNull() BrandInfo setCardBrandInfo(@Nullable() CardBrandInfo cardBrandInfo)
-
isCustomUiRequired
boolean isCustomUiRequired()
-
isCardBrand
boolean isCardBrand()
-
setCustomUiRequired
@NonNull() BrandInfo setCustomUiRequired(boolean customUiRequired)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(@NonNull() Parcel dest, int flags)
-
hashCode
int hashCode()
-
-
-
-