package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class SjD { @SerializedName("topLists") public final List a; @SerializedName("recommendDate") public final String b; @SerializedName("recommends") public final List c; @SerializedName("fundfactsheetApplicationId") public final String d; @SerializedName("banners") public final List e; @SerializedName("topListDate") public final String j; public final String toString() { String str = this.d; List list = this.e; List list2 = this.c; String str2 = this.j; List list3 = this.a; String str3 = this.b; StringBuilder sb = new StringBuilder("DiscoverDataLandingEntity(fundfactsheetApplicationId="); sb.append(str); sb.append(", highLightBanners="); sb.append(list); sb.append(", recommendBanners="); sb.append(list2); sb.append(", topListDate="); sb.append(str2); sb.append(", topBanners="); sb.append(list3); sb.append(", recommendDate="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.d; int hashCode = str == null ? 0 : str.hashCode(); List list = this.e; int hashCode2 = list == null ? 0 : list.hashCode(); List list2 = this.c; int hashCode3 = list2 == null ? 0 : list2.hashCode(); String str2 = this.j; int hashCode4 = str2 == null ? 0 : str2.hashCode(); List list3 = this.a; int hashCode5 = list3 == null ? 0 : list3.hashCode(); String str3 = this.b; return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str3 != null ? str3.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof SjD)) { return false; } SjD sjD = (SjD) obj; return C14957gcv.b((Object) this.d, (Object) sjD.d) && C14957gcv.b(this.e, sjD.e) && C14957gcv.b(this.c, sjD.c) && C14957gcv.b((Object) this.j, (Object) sjD.j) && C14957gcv.b(this.a, sjD.a) && C14957gcv.b((Object) this.b, (Object) sjD.b); } }