what-the-bank/sources/o/C14247fpc.java

48 lines
1.3 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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<C15035gfG> a;
@SerializedName("avgRevenueList")
public final List<QUS> c;
@SerializedName("category")
public final List<wtp> e;
public final String toString() {
List<wtp> list = this.e;
List<C15035gfG> list2 = this.a;
List<QUS> 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);
}
}