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

65 lines
1.7 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.eNH, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C10733eNH {
public String b;
public String c;
public String d;
private C10733eNH(HBt hBt) {
this.c = hBt.d;
this.b = hBt.b;
this.d = hBt.a;
}
/* renamed from: o.eNH$HBt */
/* loaded from: classes3.dex */
public static final class HBt {
public String a;
public String b;
public String d;
private HBt() {
}
public /* synthetic */ HBt(byte b) {
this();
}
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
C10733eNH c10733eNH = (C10733eNH) obj;
String str = this.c;
if (str == null ? c10733eNH.c != null : !str.equals(c10733eNH.c)) {
return false;
}
String str2 = this.b;
if (str2 == null ? c10733eNH.b != null : !str2.equals(c10733eNH.b)) {
return false;
}
String str3 = this.d;
String str4 = c10733eNH.d;
return str3 != null ? str3.equals(str4) : str4 == null;
}
public final int hashCode() {
String str = this.c;
int hashCode = str != null ? str.hashCode() : 0;
String str2 = this.b;
int hashCode2 = str2 != null ? str2.hashCode() : 0;
String str3 = this.d;
return (((hashCode * 31) + hashCode2) * 31) + (str3 != null ? str3.hashCode() : 0);
}
public /* synthetic */ C10733eNH(HBt hBt, byte b) {
this(hBt);
}
}