package o; import java.util.List; /* renamed from: o.etR, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C12183etR { public final List a; public final boolean c; private final String d; public final List e; public C12183etR(String str, boolean z, List list, List list2) { C14957gcv.e(str, ""); C14957gcv.e(list, ""); C14957gcv.e(list2, ""); this.d = str; this.c = z; this.a = list; this.e = list2; } public final String toString() { String str = this.d; boolean z = this.c; List list = this.a; List list2 = this.e; StringBuilder sb = new StringBuilder("EligibleCreditCard(productType="); sb.append(str); sb.append(", isFirstCard="); sb.append(z); sb.append(", cards="); sb.append(list); sb.append(", registeredProducts="); sb.append(list2); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ public final int hashCode() { int hashCode = this.d.hashCode(); boolean z = this.c; int i = z; if (z != 0) { i = 1; } return (((((hashCode * 31) + i) * 31) + this.a.hashCode()) * 31) + this.e.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C12183etR)) { return false; } C12183etR c12183etR = (C12183etR) obj; return C14957gcv.b((Object) this.d, (Object) c12183etR.d) && this.c == c12183etR.c && C14957gcv.b(this.a, c12183etR.a) && C14957gcv.b(this.e, c12183etR.e); } }