public final class NativeTemplateAppearance
extends java.lang.Object
implements android.os.Parcelable
NativeTemplateAppearance.Builder.| Modifier and Type | Class and Description |
|---|---|
static class |
NativeTemplateAppearance.Builder
Builds a
NativeTemplateAppearance. |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<NativeTemplateAppearance> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
TextAppearance |
getAgeAppearance()
Returns the age appearance specified for native template.
|
BannerAppearance |
getBannerAppearance()
Returns the banner appearance specified for native template.
|
TextAppearance |
getBodyAppearance()
Returns the body appearance specified for native template.
|
ButtonAppearance |
getCallToActionAppearance()
Returns the callToAction appearance specified for native template.
|
TextAppearance |
getDomainAppearance()
Returns the domain appearance specified for native template.
|
ImageAppearance |
getFaviconAppearance()
Returns the favicon appearance specified for native template.
|
ImageAppearance |
getImageAppearance()
Returns the image appearance specified for native template.
|
RatingAppearance |
getRatingAppearance()
Returns the rating appearance specified for native template.
|
TextAppearance |
getReviewCountAppearance()
Returns the review count appearance specified for native template.
|
TextAppearance |
getSponsoredAppearance()
Returns the sponsored appearance specified for native template.
|
TextAppearance |
getTitleAppearance()
Returns the title appearance specified for native template.
|
TextAppearance |
getWarningAppearance()
Returns the warning appearance specified for native template.
|
int |
hashCode() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<NativeTemplateAppearance> CREATOR
@NonNull public TextAppearance getAgeAppearance()
@NonNull public BannerAppearance getBannerAppearance()
@NonNull public TextAppearance getBodyAppearance()
@NonNull public ButtonAppearance getCallToActionAppearance()
@NonNull public TextAppearance getDomainAppearance()
@NonNull public ImageAppearance getFaviconAppearance()
@NonNull public ImageAppearance getImageAppearance()
@NonNull public RatingAppearance getRatingAppearance()
@NonNull public TextAppearance getReviewCountAppearance()
@NonNull public TextAppearance getSponsoredAppearance()
@NonNull public TextAppearance getTitleAppearance()
@NonNull public TextAppearance getWarningAppearance()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable