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

138 lines
5.2 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.math.BigDecimal;
import java.util.List;
import org.threeten.bp.OffsetDateTime;
/* renamed from: o.sZT, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16936sZT {
public String a;
public String b;
public String c;
public List<bPN> d;
public String e;
public BigDecimal f;
public BigDecimal g;
public OffsetDateTime h;
public String i;
public String j;
public OffsetDateTime k;
public BigDecimal l;
public int n;
/* renamed from: o, reason: collision with root package name */
private String f9270o;
public C16936sZT(int i, String str, String str2, BigDecimal bigDecimal, OffsetDateTime offsetDateTime, String str3, String str4, String str5, OffsetDateTime offsetDateTime2, BigDecimal bigDecimal2, BigDecimal bigDecimal3, String str6, String str7, List<bPN> list) {
this.n = i;
this.f9270o = str;
this.a = str2;
this.g = bigDecimal;
this.h = offsetDateTime;
this.j = str3;
this.e = str4;
this.i = str5;
this.k = offsetDateTime2;
this.l = bigDecimal2;
this.f = bigDecimal3;
this.b = str6;
this.c = str7;
this.d = list;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
C16936sZT c16936sZT = (C16936sZT) obj;
if (this.n != c16936sZT.n) {
return false;
}
String str = this.f9270o;
if (str == null ? c16936sZT.f9270o != null : !str.equals(c16936sZT.f9270o)) {
return false;
}
String str2 = this.a;
if (str2 == null ? c16936sZT.a != null : !str2.equals(c16936sZT.a)) {
return false;
}
BigDecimal bigDecimal = this.g;
if (bigDecimal == null ? c16936sZT.g != null : !bigDecimal.equals(c16936sZT.g)) {
return false;
}
OffsetDateTime offsetDateTime = this.h;
if (offsetDateTime == null ? c16936sZT.h != null : !offsetDateTime.equals(c16936sZT.h)) {
return false;
}
String str3 = this.j;
if (str3 == null ? c16936sZT.j != null : !str3.equals(c16936sZT.j)) {
return false;
}
String str4 = this.e;
if (str4 == null ? c16936sZT.e != null : !str4.equals(c16936sZT.e)) {
return false;
}
String str5 = this.i;
if (str5 == null ? c16936sZT.i != null : !str5.equals(c16936sZT.i)) {
return false;
}
OffsetDateTime offsetDateTime2 = this.k;
if (offsetDateTime2 == null ? c16936sZT.k != null : !offsetDateTime2.equals(c16936sZT.k)) {
return false;
}
BigDecimal bigDecimal2 = this.l;
if (bigDecimal2 == null ? c16936sZT.l != null : !bigDecimal2.equals(c16936sZT.l)) {
return false;
}
BigDecimal bigDecimal3 = this.f;
if (bigDecimal3 == null ? c16936sZT.f != null : !bigDecimal3.equals(c16936sZT.f)) {
return false;
}
String str6 = this.b;
if (str6 == null ? c16936sZT.b != null : !str6.equals(c16936sZT.b)) {
return false;
}
String str7 = this.c;
if (str7 == null ? c16936sZT.c != null : !str7.equals(c16936sZT.c)) {
return false;
}
List<bPN> list = this.d;
List<bPN> list2 = c16936sZT.d;
return list != null ? list.equals(list2) : list2 == null;
}
public final int hashCode() {
int i = this.n;
String str = this.f9270o;
int hashCode = str != null ? str.hashCode() : 0;
String str2 = this.a;
int hashCode2 = str2 != null ? str2.hashCode() : 0;
BigDecimal bigDecimal = this.g;
int hashCode3 = bigDecimal != null ? bigDecimal.hashCode() : 0;
OffsetDateTime offsetDateTime = this.h;
int hashCode4 = offsetDateTime != null ? offsetDateTime.hashCode() : 0;
String str3 = this.j;
int hashCode5 = str3 != null ? str3.hashCode() : 0;
String str4 = this.e;
int hashCode6 = str4 != null ? str4.hashCode() : 0;
String str5 = this.i;
int hashCode7 = str5 != null ? str5.hashCode() : 0;
OffsetDateTime offsetDateTime2 = this.k;
int hashCode8 = offsetDateTime2 != null ? offsetDateTime2.hashCode() : 0;
BigDecimal bigDecimal2 = this.l;
int hashCode9 = bigDecimal2 != null ? bigDecimal2.hashCode() : 0;
BigDecimal bigDecimal3 = this.f;
int hashCode10 = bigDecimal3 != null ? bigDecimal3.hashCode() : 0;
String str6 = this.b;
int hashCode11 = str6 != null ? str6.hashCode() : 0;
String str7 = this.c;
int hashCode12 = str7 != null ? str7.hashCode() : 0;
List<bPN> list = this.d;
return (((((((((((((((((((((((((i * 31) + hashCode) * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + (list != null ? list.hashCode() : 0);
}
}