package o; import java.util.List; import org.threeten.bp.OffsetDateTime; /* loaded from: classes3.dex */ public final class OZD { public final String a; public final String b; public final List c; public final boolean d; public final String e; public final String f; public final OffsetDateTime i; public OZD(String str, String str2, String str3, OffsetDateTime offsetDateTime, boolean z, String str4, List list) { this.a = str; this.b = str2; this.f = str3; this.i = offsetDateTime; this.d = z; this.e = str4; this.c = list; } public final String toString() { String str = this.a; String str2 = this.b; String str3 = this.f; OffsetDateTime offsetDateTime = this.i; boolean z = this.d; String str4 = this.e; List list = this.c; StringBuilder sb = new StringBuilder("DiscoverTopItem(fundCode="); sb.append(str); sb.append(", shortBrokerName="); sb.append(str2); sb.append(", yield="); sb.append(str3); sb.append(", yieldDate="); sb.append(offsetDateTime); sb.append(", otherChannelFlag="); sb.append(z); sb.append(", assetType="); sb.append(str4); sb.append(", tags="); sb.append(list); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ public final int hashCode() { String str = this.a; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.b; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.f; int hashCode3 = str3 == null ? 0 : str3.hashCode(); OffsetDateTime offsetDateTime = this.i; int hashCode4 = offsetDateTime == null ? 0 : offsetDateTime.hashCode(); boolean z = this.d; int i = z; if (z != 0) { i = 1; } String str4 = this.e; int hashCode5 = str4 == null ? 0 : str4.hashCode(); List list = this.c; return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + i) * 31) + hashCode5) * 31) + (list != null ? list.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof OZD)) { return false; } OZD ozd = (OZD) obj; return C14957gcv.b((Object) this.a, (Object) ozd.a) && C14957gcv.b((Object) this.b, (Object) ozd.b) && C14957gcv.b((Object) this.f, (Object) ozd.f) && C14957gcv.b(this.i, ozd.i) && this.d == ozd.d && C14957gcv.b((Object) this.e, (Object) ozd.e) && C14957gcv.b(this.c, ozd.c); } }