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

50 lines
1.3 KiB
Java

package o;
/* renamed from: o.Ns, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0750Ns {
public final boolean d;
public final boolean e;
public C0750Ns(boolean z, boolean z2) {
this.d = z;
this.e = z2;
}
public final String toString() {
boolean z = this.d;
boolean z2 = this.e;
StringBuilder sb = new StringBuilder("HmlLoanPurposeDisplay(businessExpansion=");
sb.append(z);
sb.append(", workingCapital=");
sb.append(z2);
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: r0v4 */
/* JADX WARN: Type inference failed for: r0v5 */
public final int hashCode() {
boolean z = this.d;
?? r0 = z;
if (z) {
r0 = 1;
}
boolean z2 = this.e;
return (r0 * 31) + (z2 ? 1 : z2 ? 1 : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0750Ns)) {
return false;
}
C0750Ns c0750Ns = (C0750Ns) obj;
return this.d == c0750Ns.d && this.e == c0750Ns.e;
}
}