package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class XJf extends C16562pOe { @SerializedName("cardList") private final List a; @SerializedName("funds") private final List b; @SerializedName("clientList") private final List c; @SerializedName("depositList") private final List d; @SerializedName("profile") private final Gex e; public final String toString() { List list = this.b; List list2 = this.c; List list3 = this.d; List list4 = this.a; Gex gex = this.e; StringBuilder sb = new StringBuilder("DiscoverDeepLinkEntity(funds="); sb.append(list); sb.append(", clientList="); sb.append(list2); sb.append(", depositList="); sb.append(list3); sb.append(", cardList="); sb.append(list4); sb.append(", profile="); sb.append(gex); sb.append(")"); return sb.toString(); } public final int hashCode() { List list = this.b; int hashCode = list == null ? 0 : list.hashCode(); List list2 = this.c; int hashCode2 = list2 == null ? 0 : list2.hashCode(); List list3 = this.d; int hashCode3 = list3 == null ? 0 : list3.hashCode(); List list4 = this.a; int hashCode4 = list4 == null ? 0 : list4.hashCode(); Gex gex = this.e; return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (gex != null ? gex.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof XJf)) { return false; } XJf xJf = (XJf) obj; return C14957gcv.b(this.b, xJf.b) && C14957gcv.b(this.c, xJf.c) && C14957gcv.b(this.d, xJf.d) && C14957gcv.b(this.a, xJf.a) && C14957gcv.b(this.e, xJf.e); } }