103 lines
3.9 KiB
Java
103 lines
3.9 KiB
Java
package o;
|
|
|
|
import java.math.BigDecimal;
|
|
import org.threeten.bp.OffsetDateTime;
|
|
|
|
/* renamed from: o.yjI, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C17661yjI {
|
|
public OffsetDateTime a;
|
|
public OffsetDateTime b;
|
|
public BigDecimal c;
|
|
public BigDecimal d;
|
|
public String e;
|
|
public OffsetDateTime f;
|
|
public String g;
|
|
public BigDecimal h;
|
|
public int i;
|
|
public String j;
|
|
|
|
public C17661yjI(String str, int i, OffsetDateTime offsetDateTime, BigDecimal bigDecimal, BigDecimal bigDecimal2, OffsetDateTime offsetDateTime2, BigDecimal bigDecimal3, OffsetDateTime offsetDateTime3, String str2, String str3) {
|
|
this.g = str;
|
|
this.i = i;
|
|
this.a = offsetDateTime;
|
|
this.h = bigDecimal;
|
|
this.d = bigDecimal2;
|
|
this.b = offsetDateTime2;
|
|
this.c = bigDecimal3;
|
|
this.f = offsetDateTime3;
|
|
this.e = str2;
|
|
this.j = str3;
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || getClass() != obj.getClass()) {
|
|
return false;
|
|
}
|
|
C17661yjI c17661yjI = (C17661yjI) obj;
|
|
if (this.i != c17661yjI.i) {
|
|
return false;
|
|
}
|
|
String str = this.g;
|
|
if (str == null ? c17661yjI.g != null : !str.equals(c17661yjI.g)) {
|
|
return false;
|
|
}
|
|
OffsetDateTime offsetDateTime = this.a;
|
|
if (offsetDateTime == null ? c17661yjI.a != null : !offsetDateTime.equals(c17661yjI.a)) {
|
|
return false;
|
|
}
|
|
BigDecimal bigDecimal = this.h;
|
|
if (bigDecimal == null ? c17661yjI.h != null : !bigDecimal.equals(c17661yjI.h)) {
|
|
return false;
|
|
}
|
|
BigDecimal bigDecimal2 = this.d;
|
|
if (bigDecimal2 == null ? c17661yjI.d != null : !bigDecimal2.equals(c17661yjI.d)) {
|
|
return false;
|
|
}
|
|
OffsetDateTime offsetDateTime2 = this.b;
|
|
if (offsetDateTime2 == null ? c17661yjI.b != null : !offsetDateTime2.equals(c17661yjI.b)) {
|
|
return false;
|
|
}
|
|
BigDecimal bigDecimal3 = this.c;
|
|
if (bigDecimal3 == null ? c17661yjI.c != null : !bigDecimal3.equals(c17661yjI.c)) {
|
|
return false;
|
|
}
|
|
OffsetDateTime offsetDateTime3 = this.f;
|
|
if (offsetDateTime3 == null ? c17661yjI.f != null : !offsetDateTime3.equals(c17661yjI.f)) {
|
|
return false;
|
|
}
|
|
String str2 = this.e;
|
|
if (str2 == null ? c17661yjI.e != null : !str2.equals(c17661yjI.e)) {
|
|
return false;
|
|
}
|
|
String str3 = this.j;
|
|
String str4 = c17661yjI.j;
|
|
return str3 != null ? str3.equals(str4) : str4 == null;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.g;
|
|
int hashCode = str != null ? str.hashCode() : 0;
|
|
int i = this.i;
|
|
OffsetDateTime offsetDateTime = this.a;
|
|
int hashCode2 = offsetDateTime != null ? offsetDateTime.hashCode() : 0;
|
|
BigDecimal bigDecimal = this.h;
|
|
int hashCode3 = bigDecimal != null ? bigDecimal.hashCode() : 0;
|
|
BigDecimal bigDecimal2 = this.d;
|
|
int hashCode4 = bigDecimal2 != null ? bigDecimal2.hashCode() : 0;
|
|
OffsetDateTime offsetDateTime2 = this.b;
|
|
int hashCode5 = offsetDateTime2 != null ? offsetDateTime2.hashCode() : 0;
|
|
BigDecimal bigDecimal3 = this.c;
|
|
int hashCode6 = bigDecimal3 != null ? bigDecimal3.hashCode() : 0;
|
|
OffsetDateTime offsetDateTime3 = this.f;
|
|
int hashCode7 = offsetDateTime3 != null ? offsetDateTime3.hashCode() : 0;
|
|
String str2 = this.e;
|
|
int hashCode8 = str2 != null ? str2.hashCode() : 0;
|
|
String str3 = this.j;
|
|
return (((((((((((((((((hashCode * 31) + i) * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (str3 != null ? str3.hashCode() : 0);
|
|
}
|
|
}
|