package o; /* loaded from: classes3.dex */ public final class NN { public final boolean a; public final boolean b; public final boolean c; public NN(boolean z, boolean z2, boolean z3) { this.c = z; this.a = z2; this.b = z3; } public final String toString() { boolean z = this.c; boolean z2 = this.a; boolean z3 = this.b; StringBuilder sb = new StringBuilder("HmlStoreTypeDisplay(brickAndMortar="); sb.append(z); sb.append(", onlineViaWeb="); sb.append(z2); sb.append(", onineViaMarket="); 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.a; int i = r2; if (r2 != 0) { i = 1; } boolean z2 = this.b; return (((r0 * 31) + i) * 31) + (z2 ? 1 : z2 ? 1 : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof NN)) { return false; } NN nn = (NN) obj; return this.c == nn.c && this.a == nn.a && this.b == nn.b; } }