package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* renamed from: o.dUz, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C8760dUz { @SerializedName("clientList") public final List a; @SerializedName("clientNo") public final String b; @SerializedName("profile") public final Gex c; public final String toString() { List list = this.a; String str = this.b; Gex gex = this.c; StringBuilder sb = new StringBuilder("PurchaseSearchPreparationEntity(clientList="); sb.append(list); sb.append(", clientNo="); sb.append(str); sb.append(", profile="); sb.append(gex); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((this.a.hashCode() * 31) + this.b.hashCode()) * 31) + this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C8760dUz)) { return false; } C8760dUz c8760dUz = (C8760dUz) obj; return C14957gcv.b(this.a, c8760dUz.a) && C14957gcv.b((Object) this.b, (Object) c8760dUz.b) && C14957gcv.b(this.c, c8760dUz.c); } }