package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* renamed from: o.wGw, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C17371wGw { @SerializedName("prepaidCardList") public final List b; public final String toString() { List list = this.b; StringBuilder sb = new StringBuilder("PrepaidActivationLandingEntity(prepaidCardList="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { return this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof C17371wGw) && C14957gcv.b(this.b, ((C17371wGw) obj).b); } }