package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.btu, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C5485btu { @SerializedName("customerContactInfo") public final RVV a; @SerializedName("applicationUuid") public final String b; @SerializedName("receivingAccount") public final C15747iJN c; @SerializedName("confirmationStatus") public final String d; @SerializedName("confirmDateTime") public final String e; @SerializedName("selectedProduct") public final C0280DYw f; @SerializedName("refId") public final String g; @SerializedName("repaymentAccount") public final C15747iJN i; /* renamed from: o.btu$RVV */ /* loaded from: classes3.dex */ public static final class RVV { @SerializedName("email") public final String c; public final String toString() { String str = this.c; StringBuilder sb = new StringBuilder("CustomerContactInfo(email="); sb.append(str); sb.append(")"); return sb.toString(); } public final int hashCode() { return this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof RVV) && C14957gcv.b((Object) this.c, (Object) ((RVV) obj).c); } } public final String toString() { String str = this.b; String str2 = this.e; String str3 = this.g; String str4 = this.d; C0280DYw c0280DYw = this.f; C15747iJN c15747iJN = this.c; C15747iJN c15747iJN2 = this.i; RVV rvv = this.a; StringBuilder sb = new StringBuilder("HmlSetupResultEntity(applicationUuid="); sb.append(str); sb.append(", confirmDateTime="); sb.append(str2); sb.append(", refId="); sb.append(str3); sb.append(", confirmationStatus="); sb.append(str4); sb.append(", selectedProduct="); sb.append(c0280DYw); sb.append(", receivingAccount="); sb.append(c15747iJN); sb.append(", repaymentAccount="); sb.append(c15747iJN2); sb.append(", customerContactInfo="); sb.append(rvv); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.b; int hashCode = str == null ? 0 : str.hashCode(); int hashCode2 = this.e.hashCode(); String str2 = this.g; int hashCode3 = str2 == null ? 0 : str2.hashCode(); int hashCode4 = this.d.hashCode(); int hashCode5 = this.f.hashCode(); C15747iJN c15747iJN = this.c; int hashCode6 = c15747iJN == null ? 0 : c15747iJN.hashCode(); C15747iJN c15747iJN2 = this.i; return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (c15747iJN2 != null ? c15747iJN2.hashCode() : 0)) * 31) + this.a.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C5485btu)) { return false; } C5485btu c5485btu = (C5485btu) obj; return C14957gcv.b((Object) this.b, (Object) c5485btu.b) && C14957gcv.b((Object) this.e, (Object) c5485btu.e) && C14957gcv.b((Object) this.g, (Object) c5485btu.g) && C14957gcv.b((Object) this.d, (Object) c5485btu.d) && C14957gcv.b(this.f, c5485btu.f) && C14957gcv.b(this.c, c5485btu.c) && C14957gcv.b(this.i, c5485btu.i) && C14957gcv.b(this.a, c5485btu.a); } }