package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.dHQ, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C8305dHQ { @SerializedName("accountFrom") public final String a; @SerializedName("accountTo") public final String b; @SerializedName("amountType") public final String c; @SerializedName("billerLogo") public final String d; @SerializedName("billerShortName") public final String e; @SerializedName("placeholderRef1") public final String f; @SerializedName("placeholderRef2") public final String g; @SerializedName("promptpayFlag") public final String h; @SerializedName("placeholderRef3") public final String i; @SerializedName("paymentAmount") public final String j; @SerializedName("ref2Label") public final String k; @SerializedName("ref3Label") public final String l; @SerializedName("ref1Label") public final String m; @SerializedName("refType") public final String n; /* renamed from: o, reason: collision with root package name */ @SerializedName("referenceNo1") public final String f8719o; @SerializedName("referenceNo2") public final String q; @SerializedName("referenceNo3") public final String r; public final String toString() { String str = this.a; String str2 = this.b; String str3 = this.f8719o; String str4 = this.q; String str5 = this.r; String str6 = this.j; String str7 = this.d; String str8 = this.e; String str9 = this.n; String str10 = this.m; String str11 = this.k; String str12 = this.l; String str13 = this.f; String str14 = this.g; String str15 = this.i; String str16 = this.c; String str17 = this.h; StringBuilder sb = new StringBuilder("BillPaymentRepeatEntity(accountFrom="); sb.append(str); sb.append(", accountTo="); sb.append(str2); sb.append(", referenceNo1="); sb.append(str3); sb.append(", referenceNo2="); sb.append(str4); sb.append(", referenceNo3="); sb.append(str5); sb.append(", paymentAmount="); sb.append(str6); sb.append(", billerLogo="); sb.append(str7); sb.append(", billerShortName="); sb.append(str8); sb.append(", refType="); sb.append(str9); sb.append(", ref1Label="); sb.append(str10); sb.append(", ref2Label="); sb.append(str11); sb.append(", ref3Label="); sb.append(str12); sb.append(", placeholderRef1="); sb.append(str13); sb.append(", placeholderRef2="); sb.append(str14); sb.append(", placeholderRef3="); sb.append(str15); sb.append(", amountType="); sb.append(str16); sb.append(", promptpayFlag="); sb.append(str17); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.a; int hashCode = str == null ? 0 : str.hashCode(); int hashCode2 = this.b.hashCode(); int hashCode3 = this.f8719o.hashCode(); String str2 = this.q; int hashCode4 = str2 == null ? 0 : str2.hashCode(); String str3 = this.r; int hashCode5 = str3 == null ? 0 : str3.hashCode(); String str4 = this.j; int hashCode6 = str4 == null ? 0 : str4.hashCode(); int hashCode7 = this.d.hashCode(); String str5 = this.e; int hashCode8 = str5 == null ? 0 : str5.hashCode(); int hashCode9 = this.n.hashCode(); int hashCode10 = this.m.hashCode(); String str6 = this.k; int hashCode11 = str6 == null ? 0 : str6.hashCode(); String str7 = this.l; int hashCode12 = str7 == null ? 0 : str7.hashCode(); int hashCode13 = this.f.hashCode(); String str8 = this.g; int hashCode14 = str8 == null ? 0 : str8.hashCode(); String str9 = this.i; int hashCode15 = str9 == null ? 0 : str9.hashCode(); int hashCode16 = this.c.hashCode(); String str10 = this.h; return (((((((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + hashCode15) * 31) + hashCode16) * 31) + (str10 != null ? str10.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C8305dHQ)) { return false; } C8305dHQ c8305dHQ = (C8305dHQ) obj; return C14957gcv.b((Object) this.a, (Object) c8305dHQ.a) && C14957gcv.b((Object) this.b, (Object) c8305dHQ.b) && C14957gcv.b((Object) this.f8719o, (Object) c8305dHQ.f8719o) && C14957gcv.b((Object) this.q, (Object) c8305dHQ.q) && C14957gcv.b((Object) this.r, (Object) c8305dHQ.r) && C14957gcv.b((Object) this.j, (Object) c8305dHQ.j) && C14957gcv.b((Object) this.d, (Object) c8305dHQ.d) && C14957gcv.b((Object) this.e, (Object) c8305dHQ.e) && C14957gcv.b((Object) this.n, (Object) c8305dHQ.n) && C14957gcv.b((Object) this.m, (Object) c8305dHQ.m) && C14957gcv.b((Object) this.k, (Object) c8305dHQ.k) && C14957gcv.b((Object) this.l, (Object) c8305dHQ.l) && C14957gcv.b((Object) this.f, (Object) c8305dHQ.f) && C14957gcv.b((Object) this.g, (Object) c8305dHQ.g) && C14957gcv.b((Object) this.i, (Object) c8305dHQ.i) && C14957gcv.b((Object) this.c, (Object) c8305dHQ.c) && C14957gcv.b((Object) this.h, (Object) c8305dHQ.h); } }