package o; import java.util.List; /* renamed from: o.bkI, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C4971bkI { public final int a; public final List c; public final KJx e; /* JADX WARN: Multi-variable type inference failed */ public C4971bkI(int i, List list, KJx kJx) { C14957gcv.e(list, ""); C14957gcv.e(kJx, ""); this.a = i; this.c = list; this.e = kJx; } public final String toString() { int i = this.a; List list = this.c; KJx kJx = this.e; StringBuilder sb = new StringBuilder("PurchaseSearchPreparation(clientIndex="); sb.append(i); sb.append(", clientList="); sb.append(list); sb.append(", profile="); sb.append(kJx); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((Integer.hashCode(this.a) * 31) + this.c.hashCode()) * 31) + this.e.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C4971bkI)) { return false; } C4971bkI c4971bkI = (C4971bkI) obj; return this.a == c4971bkI.a && C14957gcv.b(this.c, c4971bkI.c) && C14957gcv.b(this.e, c4971bkI.e); } }