package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* renamed from: o.fpc, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C14247fpc { @SerializedName("shopTypeList") public final List a; @SerializedName("avgRevenueList") public final List c; @SerializedName("category") public final List e; public final String toString() { List list = this.e; List list2 = this.a; List list3 = this.c; StringBuilder sb = new StringBuilder("ShopInfoEntity(categories="); sb.append(list); sb.append(", shopTypeList="); sb.append(list2); sb.append(", avgRevenueList="); sb.append(list3); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((this.e.hashCode() * 31) + this.a.hashCode()) * 31) + this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C14247fpc)) { return false; } C14247fpc c14247fpc = (C14247fpc) obj; return C14957gcv.b(this.e, c14247fpc.e) && C14957gcv.b(this.a, c14247fpc.a) && C14957gcv.b(this.c, c14247fpc.c); } }