package o; import o.AbstractC15351go; /* loaded from: classes3.dex */ public final class lNZ implements AbstractC15351go.HBt { public String a; public IeS b; public HBt c; public LWm e; private lNZ(HBt hBt, LWm lWm, IeS ieS) { C14957gcv.e(hBt, ""); C14957gcv.e(lWm, ""); C14957gcv.e(ieS, ""); this.a = null; this.c = hBt; this.e = lWm; this.b = ieS; } /* JADX WARN: Illegal instructions before constructor call */ /* Code decompiled incorrectly, please refer to instructions dump. To view partially-correct add '--show-bad-code' argument */ public /* synthetic */ lNZ(byte r4) { /* r3 = this; o.lNZ$HBt r4 = new o.lNZ$HBt r0 = 0 r4.(r0) o.lNZ$LWm r1 = new o.lNZ$LWm r1.(r0) o.lNZ$IeS r2 = new o.lNZ$IeS r2.(r0) r3.(r4, r1, r2) return */ throw new UnsupportedOperationException("Method not decompiled: o.lNZ.(byte):void"); } /* loaded from: classes3.dex */ public static final class LWm { public boolean a; public boolean d; public boolean e; private LWm(byte b) { this.e = false; this.d = false; this.a = false; } public /* synthetic */ LWm(char c) { this((byte) 0); } public final String toString() { boolean z = this.e; boolean z2 = this.d; boolean z3 = this.a; StringBuilder sb = new StringBuilder("PrivilegedProfession(flag="); sb.append(z); sb.append(", doctor="); sb.append(z2); sb.append(", dentist="); sb.append(z3); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ /* JADX WARN: Type inference failed for: r0v1, types: [int] */ /* JADX WARN: Type inference failed for: r0v6 */ /* JADX WARN: Type inference failed for: r0v7 */ /* JADX WARN: Type inference failed for: r2v0, types: [boolean] */ public final int hashCode() { boolean z = this.e; ?? r0 = z; if (z) { r0 = 1; } ?? r2 = this.d; int i = r2; if (r2 != 0) { i = 1; } boolean z2 = this.a; return (((r0 * 31) + i) * 31) + (z2 ? 1 : z2 ? 1 : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof LWm)) { return false; } LWm lWm = (LWm) obj; return this.e == lWm.e && this.d == lWm.d && this.a == lWm.a; } public LWm() { this((char) 0); } } /* loaded from: classes3.dex */ public static final class HBt { public String b; public boolean e; private HBt(byte b) { this.b = null; this.e = false; } public /* synthetic */ HBt(char c) { this((byte) 0); } public final String toString() { String str = this.b; boolean z = this.e; StringBuilder sb = new StringBuilder("Contact(companyPhone="); sb.append(str); sb.append(", isBusinessAddressFilled="); sb.append(z); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ public final int hashCode() { String str = this.b; int hashCode = str == null ? 0 : str.hashCode(); boolean z = this.e; int i = z; if (z != 0) { i = 1; } return (hashCode * 31) + i; } 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.b, (Object) hBt.b) && this.e == hBt.e; } public HBt() { this((char) 0); } } /* loaded from: classes3.dex */ public static final class IeS { public Integer a; public Integer d; private IeS(byte b) { this.a = null; this.d = null; } public /* synthetic */ IeS(char c) { this((byte) 0); } public final String toString() { Integer num = this.a; Integer num2 = this.d; StringBuilder sb = new StringBuilder("BusinessExperience(year="); sb.append(num); sb.append(", month="); sb.append(num2); sb.append(")"); return sb.toString(); } public final int hashCode() { Integer num = this.a; int hashCode = num == null ? 0 : num.hashCode(); Integer num2 = this.d; return (hashCode * 31) + (num2 != null ? num2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof IeS)) { return false; } IeS ieS = (IeS) obj; return C14957gcv.b(this.a, ieS.a) && C14957gcv.b(this.d, ieS.d); } public IeS() { this((char) 0); } } public final String toString() { String str = this.a; HBt hBt = this.c; LWm lWm = this.e; IeS ieS = this.b; StringBuilder sb = new StringBuilder("BusinessProfileDetailsForm(businessName="); sb.append(str); sb.append(", contact="); sb.append(hBt); sb.append(", privilegedProfession="); sb.append(lWm); sb.append(", businessExperience="); sb.append(ieS); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.a; return ((((((str == null ? 0 : str.hashCode()) * 31) + this.c.hashCode()) * 31) + this.e.hashCode()) * 31) + this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof lNZ)) { return false; } lNZ lnz = (lNZ) obj; return C14957gcv.b((Object) this.a, (Object) lnz.a) && C14957gcv.b(this.c, lnz.c) && C14957gcv.b(this.e, lnz.e) && C14957gcv.b(this.b, lnz.b); } public lNZ() { this((byte) 0); } }