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

87 lines
2.7 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class oKV {
public String a;
public String b;
public String c;
public xMJ d;
public String e;
public Boolean f;
public String g;
public String j;
public oKV(String str, String str2, String str3, String str4, String str5, String str6, xMJ xmj, Boolean bool) {
this.g = str;
this.c = str2;
this.b = str3;
this.j = str4;
this.e = str5;
this.a = str6;
this.d = xmj;
this.f = bool;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
oKV okv = (oKV) obj;
String str = this.g;
if (str == null ? okv.g != null : !str.equals(okv.g)) {
return false;
}
String str2 = this.c;
if (str2 == null ? okv.c != null : !str2.equals(okv.c)) {
return false;
}
String str3 = this.b;
if (str3 == null ? okv.b != null : !str3.equals(okv.b)) {
return false;
}
String str4 = this.j;
if (str4 == null ? okv.j != null : !str4.equals(okv.j)) {
return false;
}
String str5 = this.e;
if (str5 == null ? okv.e != null : !str5.equals(okv.e)) {
return false;
}
String str6 = this.a;
if (str6 == null ? okv.a != null : !str6.equals(okv.a)) {
return false;
}
Boolean bool = this.f;
if (bool == null ? okv.f != null : !bool.equals(okv.f)) {
return false;
}
xMJ xmj = this.d;
if (xmj != null) {
return xmj.equals(okv.d);
}
return okv.d == null;
}
public final int hashCode() {
String str = this.g;
int hashCode = str != null ? str.hashCode() : 0;
String str2 = this.c;
int hashCode2 = str2 != null ? str2.hashCode() : 0;
String str3 = this.b;
int hashCode3 = str3 != null ? str3.hashCode() : 0;
String str4 = this.j;
int hashCode4 = str4 != null ? str4.hashCode() : 0;
String str5 = this.e;
int hashCode5 = str5 != null ? str5.hashCode() : 0;
String str6 = this.a;
int hashCode6 = str6 != null ? str6.hashCode() : 0;
xMJ xmj = this.d;
int hashCode7 = xmj != null ? xmj.hashCode() : 0;
Boolean bool = this.f;
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (bool != null ? bool.hashCode() : 0);
}
}