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

56 lines
1.6 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.FpD, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0396FpD {
public final String c;
public final String d;
public final boolean e;
public C0396FpD(boolean z, String str, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.e = z;
this.c = str;
this.d = str2;
}
public final String toString() {
boolean z = this.e;
String str = this.c;
String str2 = this.d;
StringBuilder sb = new StringBuilder("TCInfo(tcAccepted=");
sb.append(z);
sb.append(", tcPath=");
sb.append(str);
sb.append(", tcVersion=");
sb.append(str2);
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 */
public final int hashCode() {
boolean z = this.e;
?? r0 = z;
if (z) {
r0 = 1;
}
return (((r0 * 31) + this.c.hashCode()) * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0396FpD)) {
return false;
}
C0396FpD c0396FpD = (C0396FpD) obj;
return this.e == c0396FpD.e && C14957gcv.b((Object) this.c, (Object) c0396FpD.c) && C14957gcv.b((Object) this.d, (Object) c0396FpD.d);
}
}