package o; import java.util.List; /* loaded from: classes3.dex */ public final class kbD { public final cHU a; public final VwU b; public final HBt c; public final List d; public final ToF e; public final C11340edW f; public final String i; public kbD(ToF toF, cHU chu, C11340edW c11340edW, VwU vwU, String str, List list, HBt hBt) { C14957gcv.e(toF, ""); C14957gcv.e(chu, ""); C14957gcv.e(vwU, ""); C14957gcv.e(str, ""); C14957gcv.e(list, ""); C14957gcv.e(hBt, ""); this.e = toF; this.a = chu; this.f = c11340edW; this.b = vwU; this.i = str; this.d = list; this.c = hBt; } /* loaded from: classes3.dex */ public static final class HBt { public final String a; public final String d; public HBt(String str, String str2) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); this.a = str; this.d = str2; } public final String toString() { String str = this.a; String str2 = this.d; StringBuilder sb = new StringBuilder("DutyStampFee(rate="); sb.append(str); sb.append(", maxAmount="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.a.hashCode() * 31) + this.d.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof HBt)) { return false; } HBt hBt = (HBt) obj; return C14957gcv.b((Object) this.a, (Object) hBt.a) && C14957gcv.b((Object) this.d, (Object) hBt.d); } } public final String toString() { ToF toF = this.e; cHU chu = this.a; C11340edW c11340edW = this.f; VwU vwU = this.b; String str = this.i; List list = this.d; HBt hBt = this.c; StringBuilder sb = new StringBuilder("HmlBusinessOwnerReviewSubmission(requestedProduct="); sb.append(toF); sb.append(", customerContactInfo="); sb.append(chu); sb.append(", spouseInfo="); sb.append(c11340edW); sb.append(", businessInfo="); sb.append(vwU); sb.append(", uploadedDocumentAmount="); sb.append(str); sb.append(", consentDocuments="); sb.append(list); sb.append(", dutyStampFee="); sb.append(hBt); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.e.hashCode(); int hashCode2 = this.a.hashCode(); C11340edW c11340edW = this.f; return (((((((((((hashCode * 31) + hashCode2) * 31) + (c11340edW == null ? 0 : c11340edW.hashCode())) * 31) + this.b.hashCode()) * 31) + this.i.hashCode()) * 31) + this.d.hashCode()) * 31) + this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof kbD)) { return false; } kbD kbd = (kbD) obj; return C14957gcv.b(this.e, kbd.e) && C14957gcv.b(this.a, kbd.a) && C14957gcv.b(this.f, kbd.f) && C14957gcv.b(this.b, kbd.b) && C14957gcv.b((Object) this.i, (Object) kbd.i) && C14957gcv.b(this.d, kbd.d) && C14957gcv.b(this.c, kbd.c); } }