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

123 lines
4.2 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
import org.threeten.bp.OffsetDateTime;
/* loaded from: classes3.dex */
public final class Boj extends Pag {
public final String a;
public final String b;
public final String c;
public final String d;
public final String f;
public final List<C15714huI> g;
public final Pzj h;
public final String i;
public final String j;
public final int k;
public final String m;
private final int n;
/* renamed from: o, reason: collision with root package name */
public final OffsetDateTime f8112o;
public Boj(int i, String str, String str2, String str3, String str4, OffsetDateTime offsetDateTime, String str5, String str6, int i2, String str7, String str8, Pzj pzj, List<C15714huI> list) {
this.n = i;
this.i = str;
this.a = str2;
this.f = str3;
this.j = str4;
this.f8112o = offsetDateTime;
this.m = str5;
this.c = str6;
this.k = i2;
this.d = str7;
this.b = str8;
this.h = pzj;
this.g = list;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
Boj boj = (Boj) obj;
if (this.n != boj.n || this.k != boj.k) {
return false;
}
String str = this.i;
if (str == null ? boj.i != null : !str.equals(boj.i)) {
return false;
}
String str2 = this.a;
if (str2 == null ? boj.a != null : !str2.equals(boj.a)) {
return false;
}
String str3 = this.f;
if (str3 == null ? boj.f != null : !str3.equals(boj.f)) {
return false;
}
String str4 = this.j;
if (str4 == null ? boj.j != null : !str4.equals(boj.j)) {
return false;
}
OffsetDateTime offsetDateTime = this.f8112o;
if (offsetDateTime == null ? boj.f8112o != null : !offsetDateTime.equals(boj.f8112o)) {
return false;
}
String str5 = this.m;
if (str5 == null ? boj.m != null : !str5.equals(boj.m)) {
return false;
}
String str6 = this.c;
if (str6 == null ? boj.c != null : !str6.equals(boj.c)) {
return false;
}
String str7 = this.d;
if (str7 == null ? boj.d != null : !str7.equals(boj.d)) {
return false;
}
String str8 = this.b;
if (str8 == null ? boj.b != null : !str8.equals(boj.b)) {
return false;
}
Pzj pzj = this.h;
if (pzj == null ? boj.h != null : !pzj.equals(boj.h)) {
return false;
}
List<C15714huI> list = this.g;
List<C15714huI> list2 = boj.g;
return list != null ? list.equals(list2) : list2 == null;
}
public final int hashCode() {
int i = this.n;
String str = this.i;
int hashCode = str != null ? str.hashCode() : 0;
String str2 = this.a;
int hashCode2 = str2 != null ? str2.hashCode() : 0;
String str3 = this.f;
int hashCode3 = str3 != null ? str3.hashCode() : 0;
String str4 = this.j;
int hashCode4 = str4 != null ? str4.hashCode() : 0;
OffsetDateTime offsetDateTime = this.f8112o;
int hashCode5 = offsetDateTime != null ? offsetDateTime.hashCode() : 0;
String str5 = this.m;
int hashCode6 = str5 != null ? str5.hashCode() : 0;
String str6 = this.c;
int hashCode7 = str6 != null ? str6.hashCode() : 0;
int i2 = this.k;
String str7 = this.d;
int hashCode8 = str7 != null ? str7.hashCode() : 0;
String str8 = this.b;
int hashCode9 = str8 != null ? str8.hashCode() : 0;
Pzj pzj = this.h;
int hashCode10 = pzj != null ? pzj.hashCode() : 0;
List<C15714huI> list = this.g;
return (((((((((((((((((((((((i * 31) + hashCode) * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + i2) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (list != null ? list.hashCode() : 0);
}
}