-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class BrandInfo implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final String
brand
private String
label
private final String
renderType
private CardBrandInfo
cardBrandInfo
private boolean
isCustomUiRequired
public final static Parcelable.Creator<BrandInfo>
CREATOR
-
Method Summary
Modifier and Type Method Description String
getBrand()
String
getLabel()
BrandInfo
setLabel(@NonNull() String label)
String
getRenderType()
CardBrandInfo
getCardBrandInfo()
BrandInfo
setCardBrandInfo(@Nullable() CardBrandInfo cardBrandInfo)
boolean
isCustomUiRequired()
boolean
isCardBrand()
BrandInfo
setCustomUiRequired(boolean customUiRequired)
int
describeContents()
void
writeToParcel(@NonNull() Parcel dest, int flags)
boolean
equals(Object o)
int
hashCode()
-
-
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()
-
-
-
-