package o; import java.util.List; /* loaded from: classes3.dex */ public final class LYc { public final List a; public final KJx c; /* JADX WARN: Multi-variable type inference failed */ public LYc(List list, KJx kJx) { C14957gcv.e(list, ""); this.a = list; this.c = kJx; } public final String toString() { List list = this.a; KJx kJx = this.c; StringBuilder sb = new StringBuilder("MyFundDetail(clientList="); sb.append(list); sb.append(", profile="); sb.append(kJx); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.a.hashCode(); KJx kJx = this.c; return (hashCode * 31) + (kJx == null ? 0 : kJx.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof LYc)) { return false; } LYc lYc = (LYc) obj; return C14957gcv.b(this.a, lYc.a) && C14957gcv.b(this.c, lYc.c); } }