package o; import org.threeten.bp.OffsetDateTime; /* loaded from: classes3.dex */ public final class oDD { 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 OffsetDateTime g; public final String h; public final String i; public final OffsetDateTime j; /* renamed from: o, reason: collision with root package name */ public final OffsetDateTime f9227o; public oDD(String str, String str2, String str3, String str4, String str5, String str6, String str7, OffsetDateTime offsetDateTime, String str8, OffsetDateTime offsetDateTime2, OffsetDateTime offsetDateTime3) { this.c = str; this.f = str2; this.a = str3; this.d = str4; this.b = str5; this.e = str6; this.i = str7; this.j = offsetDateTime; this.h = str8; this.f9227o = offsetDateTime2; this.g = offsetDateTime3; } public final String toString() { String str = this.c; String str2 = this.f; String str3 = this.a; String str4 = this.d; String str5 = this.b; String str6 = this.e; String str7 = this.i; OffsetDateTime offsetDateTime = this.j; String str8 = this.h; OffsetDateTime offsetDateTime2 = this.f9227o; OffsetDateTime offsetDateTime3 = this.g; StringBuilder sb = new StringBuilder("DiscoverRecommend(assetType="); sb.append(str); sb.append(", fundPicturePath="); sb.append(str2); sb.append(", caption="); sb.append(str3); sb.append(", fundCode="); sb.append(str4); sb.append(", fundDayEndNav="); sb.append(str5); sb.append(", fundNavChange="); sb.append(str6); sb.append(", fundNavChangePercentage="); sb.append(str7); sb.append(", fundNavDate="); sb.append(offsetDateTime); sb.append(", ipoFundName="); sb.append(str8); sb.append(", ipoStartDate="); sb.append(offsetDateTime2); sb.append(", ipoEndDate="); sb.append(offsetDateTime3); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.c; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.f; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.a; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.d; int hashCode4 = str4 == null ? 0 : str4.hashCode(); String str5 = this.b; int hashCode5 = str5 == null ? 0 : str5.hashCode(); String str6 = this.e; int hashCode6 = str6 == null ? 0 : str6.hashCode(); String str7 = this.i; int hashCode7 = str7 == null ? 0 : str7.hashCode(); OffsetDateTime offsetDateTime = this.j; int hashCode8 = offsetDateTime == null ? 0 : offsetDateTime.hashCode(); String str8 = this.h; int hashCode9 = str8 == null ? 0 : str8.hashCode(); OffsetDateTime offsetDateTime2 = this.f9227o; int hashCode10 = offsetDateTime2 == null ? 0 : offsetDateTime2.hashCode(); OffsetDateTime offsetDateTime3 = this.g; return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (offsetDateTime3 != null ? offsetDateTime3.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof oDD)) { return false; } oDD odd = (oDD) obj; return C14957gcv.b((Object) this.c, (Object) odd.c) && C14957gcv.b((Object) this.f, (Object) odd.f) && C14957gcv.b((Object) this.a, (Object) odd.a) && C14957gcv.b((Object) this.d, (Object) odd.d) && C14957gcv.b((Object) this.b, (Object) odd.b) && C14957gcv.b((Object) this.e, (Object) odd.e) && C14957gcv.b((Object) this.i, (Object) odd.i) && C14957gcv.b(this.j, odd.j) && C14957gcv.b((Object) this.h, (Object) odd.h) && C14957gcv.b(this.f9227o, odd.f9227o) && C14957gcv.b(this.g, odd.g); } }