package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class Ayi { @SerializedName("fontColor") private final String a; @SerializedName("campaignName") private final String b; @SerializedName("deeplink") private final String c; @SerializedName("image") private final String d; @SerializedName("campaignId") private final String e; public final String toString() { String str = this.d; String str2 = this.c; String str3 = this.e; String str4 = this.b; String str5 = this.a; StringBuilder sb = new StringBuilder("LandingPopupInfo(image="); sb.append(str); sb.append(", deeplink="); sb.append(str2); sb.append(", campaignId="); sb.append(str3); sb.append(", campaignName="); sb.append(str4); sb.append(", fontColor="); sb.append(str5); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((this.d.hashCode() * 31) + this.c.hashCode()) * 31) + this.e.hashCode()) * 31) + this.b.hashCode()) * 31) + this.a.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof Ayi)) { return false; } Ayi ayi = (Ayi) obj; return C14957gcv.b((Object) this.d, (Object) ayi.d) && C14957gcv.b((Object) this.c, (Object) ayi.c) && C14957gcv.b((Object) this.e, (Object) ayi.e) && C14957gcv.b((Object) this.b, (Object) ayi.b) && C14957gcv.b((Object) this.a, (Object) ayi.a); } }