package o; /* loaded from: classes3.dex */ public final class Ein { public final String a; public final String b; public final String c; public final String d; public final String e; public final String f; public final String g; public final String h; public final String i; public final String j; public Ein(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10) { C14957gcv.e(str2, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); C14957gcv.e(str6, ""); C14957gcv.e(str7, ""); C14957gcv.e(str8, ""); C14957gcv.e(str9, ""); this.c = str; this.j = str2; this.e = str3; this.a = str4; this.h = str5; this.d = str6; this.b = str7; this.i = str8; this.g = str9; this.f = str10; } public final String toString() { String str = this.c; String str2 = this.j; String str3 = this.e; String str4 = this.a; String str5 = this.h; String str6 = this.d; String str7 = this.b; String str8 = this.i; String str9 = this.g; String str10 = this.f; StringBuilder sb = new StringBuilder("TopUpRepeatResponse(accountFrom="); sb.append(str); sb.append(", serviceNumber="); sb.append(str2); sb.append(", amount="); sb.append(str3); sb.append(", billerLogo="); sb.append(str4); sb.append(", billerName="); sb.append(str5); sb.append(", billerAccountNumber="); sb.append(str6); sb.append(", billerId="); sb.append(str7); sb.append(", billerType="); sb.append(str8); sb.append(", ref1Label="); sb.append(str9); sb.append(", ref2Label="); sb.append(str10); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.c; int hashCode = str == null ? 0 : str.hashCode(); int hashCode2 = this.j.hashCode(); String str2 = this.e; int hashCode3 = str2 == null ? 0 : str2.hashCode(); int hashCode4 = this.a.hashCode(); int hashCode5 = this.h.hashCode(); int hashCode6 = this.d.hashCode(); int hashCode7 = this.b.hashCode(); int hashCode8 = this.i.hashCode(); int hashCode9 = this.g.hashCode(); String str3 = this.f; return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str3 != null ? str3.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof Ein)) { return false; } Ein ein = (Ein) obj; return C14957gcv.b((Object) this.c, (Object) ein.c) && C14957gcv.b((Object) this.j, (Object) ein.j) && C14957gcv.b((Object) this.e, (Object) ein.e) && C14957gcv.b((Object) this.a, (Object) ein.a) && C14957gcv.b((Object) this.h, (Object) ein.h) && C14957gcv.b((Object) this.d, (Object) ein.d) && C14957gcv.b((Object) this.b, (Object) ein.b) && C14957gcv.b((Object) this.i, (Object) ein.i) && C14957gcv.b((Object) this.g, (Object) ein.g) && C14957gcv.b((Object) this.f, (Object) ein.f); } }