package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.Kjl, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0603Kjl { @SerializedName("investmentInfo") public final HUT a; @SerializedName("personalInfo") public final Enm d; public final String toString() { Enm enm = this.d; HUT hut = this.a; StringBuilder sb = new StringBuilder("SingleFormReviewInfoEntity(personalInfo="); sb.append(enm); sb.append(", investmentInfo="); sb.append(hut); sb.append(")"); return sb.toString(); } public final int hashCode() { Enm enm = this.d; int hashCode = enm == null ? 0 : enm.hashCode(); HUT hut = this.a; return (hashCode * 31) + (hut != null ? hut.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C0603Kjl)) { return false; } C0603Kjl c0603Kjl = (C0603Kjl) obj; return C14957gcv.b(this.d, c0603Kjl.d) && C14957gcv.b(this.a, c0603Kjl.a); } }