package o; import com.google.android.gms.analytics.ecommerce.ProductAction; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class YeF { @SerializedName("list") public final List a; @SerializedName(ProductAction.ACTION_DETAIL) private final pey b; public final String toString() { pey peyVar = this.b; List list = this.a; StringBuilder sb = new StringBuilder("SequentialCarSearchEntity(detail="); sb.append(peyVar); sb.append(", list="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { pey peyVar = this.b; int hashCode = peyVar == null ? 0 : peyVar.hashCode(); List list = this.a; return (hashCode * 31) + (list != null ? list.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof YeF)) { return false; } YeF yeF = (YeF) obj; return C14957gcv.b(this.b, yeF.b) && C14957gcv.b(this.a, yeF.a); } }