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

90 lines
2.8 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import org.threeten.bp.OffsetDateTime;
/* loaded from: classes3.dex */
public final class Zch {
public String a;
public String b;
public String c;
public String d;
public String e;
public String g;
public OffsetDateTime i;
public String j;
public Zch(String str, String str2, String str3, OffsetDateTime offsetDateTime, String str4, String str5, String str6, String str7) {
this.a = str;
this.d = str2;
this.b = str3;
this.i = offsetDateTime;
this.e = str4;
this.g = str5;
this.c = str6;
this.j = str7;
}
public Zch() {
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
Zch zch = (Zch) obj;
String str = this.a;
if (str == null ? zch.a != null : !str.equals(zch.a)) {
return false;
}
String str2 = this.d;
if (str2 == null ? zch.d != null : !str2.equals(zch.d)) {
return false;
}
String str3 = this.b;
if (str3 == null ? zch.b != null : !str3.equals(zch.b)) {
return false;
}
OffsetDateTime offsetDateTime = this.i;
if (offsetDateTime == null ? zch.i != null : !offsetDateTime.equals(zch.i)) {
return false;
}
String str4 = this.g;
if (str4 == null ? zch.g != null : !str4.equals(zch.g)) {
return false;
}
String str5 = this.c;
if (str5 == null ? zch.c != null : !str5.equals(zch.c)) {
return false;
}
String str6 = this.j;
if (str6 == null ? zch.j != null : !str6.equals(zch.j)) {
return false;
}
String str7 = this.e;
String str8 = zch.e;
return str7 != null ? str7.equals(str8) : str8 == null;
}
public final int hashCode() {
String str = this.a;
int hashCode = str != null ? str.hashCode() : 0;
String str2 = this.d;
int hashCode2 = str2 != null ? str2.hashCode() : 0;
String str3 = this.b;
int hashCode3 = str3 != null ? str3.hashCode() : 0;
OffsetDateTime offsetDateTime = this.i;
int hashCode4 = offsetDateTime != null ? offsetDateTime.hashCode() : 0;
String str4 = this.e;
int hashCode5 = str4 != null ? str4.hashCode() : 0;
String str5 = this.g;
int hashCode6 = str5 != null ? str5.hashCode() : 0;
String str6 = this.c;
int hashCode7 = str6 != null ? str6.hashCode() : 0;
String str7 = this.j;
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str7 != null ? str7.hashCode() : 0);
}
}