package o; import java.util.List; /* loaded from: classes3.dex */ public final class PU { public final List a; public final ON b; public final int d; public PU(int i, List list, ON on) { C14957gcv.e(list, ""); C14957gcv.e(on, ""); this.d = i; this.a = list; this.b = on; } public final String toString() { int i = this.d; List list = this.a; ON on = this.b; StringBuilder sb = new StringBuilder("PurchaseSearchPreparationDisplay(clientIndex="); sb.append(i); sb.append(", clientList="); sb.append(list); sb.append(", profile="); sb.append(on); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((Integer.hashCode(this.d) * 31) + this.a.hashCode()) * 31) + this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof PU)) { return false; } PU pu = (PU) obj; return this.d == pu.d && C14957gcv.b(this.a, pu.a) && C14957gcv.b(this.b, pu.b); } }