package o; /* loaded from: classes3.dex */ public final class sjs { public final boolean a; public final boolean b; public final boolean c; public sjs(boolean z, boolean z2, boolean z3) { this.c = z; this.b = z2; this.a = z3; } public final String toString() { boolean z = this.c; boolean z2 = this.b; boolean z3 = this.a; StringBuilder sb = new StringBuilder("ScbOneCardXToggle(enableCC="); sb.append(z); sb.append(", enableCcWebview="); sb.append(z2); sb.append(", enableSpcmWebview="); sb.append(z3); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ /* JADX WARN: Type inference failed for: r0v1, types: [int] */ /* JADX WARN: Type inference failed for: r0v6 */ /* JADX WARN: Type inference failed for: r0v7 */ /* JADX WARN: Type inference failed for: r2v0, types: [boolean] */ public final int hashCode() { boolean z = this.c; ?? r0 = z; if (z) { r0 = 1; } ?? r2 = this.b; int i = r2; if (r2 != 0) { i = 1; } boolean z2 = this.a; return (((r0 * 31) + i) * 31) + (z2 ? 1 : z2 ? 1 : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof sjs)) { return false; } sjs sjsVar = (sjs) obj; return this.c == sjsVar.c && this.b == sjsVar.b && this.a == sjsVar.a; } }