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

159 lines
5.5 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
/* renamed from: o.Nl, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0738Nl {
public final boolean a;
public final String b;
public final String c;
public final double d;
public final List<IeS> e;
public final String f;
public final String g;
public final double h;
public final double i;
public final C0786Oo j;
private final String l;
public C0738Nl(String str, String str2, String str3, String str4, String str5, double d, double d2, double d3, List<IeS> list, boolean z, C0786Oo c0786Oo) {
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(list, "");
C14957gcv.e(c0786Oo, "");
this.b = str;
this.l = str2;
this.c = str3;
this.g = str4;
this.f = str5;
this.h = d;
this.d = d2;
this.i = d3;
this.e = list;
this.a = z;
this.j = c0786Oo;
}
/* renamed from: o.Nl$IeS */
/* loaded from: classes3.dex */
public static final class IeS {
public final List<NA> a;
public final String b;
public final NA c;
public final List<NA> d;
public final NA e;
private final String g;
public IeS(String str, String str2, NA na, List<NA> list, List<NA> list2, NA na2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(na, "");
C14957gcv.e(list, "");
this.b = str;
this.g = str2;
this.e = na;
this.a = list;
this.d = list2;
this.c = na2;
}
public final String toString() {
return this.g;
}
public final int hashCode() {
int hashCode = this.b.hashCode();
int hashCode2 = this.g.hashCode();
int hashCode3 = this.e.hashCode();
int hashCode4 = this.a.hashCode();
List<NA> list = this.d;
int hashCode5 = list == null ? 0 : list.hashCode();
NA na = this.c;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (na != null ? na.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof IeS)) {
return false;
}
IeS ieS = (IeS) obj;
return C14957gcv.b((Object) this.b, (Object) ieS.b) && C14957gcv.b((Object) this.g, (Object) ieS.g) && C14957gcv.b(this.e, ieS.e) && C14957gcv.b(this.a, ieS.a) && C14957gcv.b(this.d, ieS.d) && C14957gcv.b(this.c, ieS.c);
}
}
public final String toString() {
String str = this.b;
String str2 = this.l;
String str3 = this.c;
String str4 = this.g;
String str5 = this.f;
double d = this.h;
double d2 = this.d;
double d3 = this.i;
List<IeS> list = this.e;
boolean z = this.a;
C0786Oo c0786Oo = this.j;
StringBuilder sb = new StringBuilder("HmlLandingDisplay(loanStatus=");
sb.append(str);
sb.append(", applicationUuid=");
sb.append(str2);
sb.append(", imageUrl=");
sb.append(str3);
sb.append(", title=");
sb.append(str4);
sb.append(", subtitle=");
sb.append(str5);
sb.append(", minimumAmount=");
sb.append(d);
sb.append(", maximumAmount=");
sb.append(d2);
sb.append(", stepAmount=");
sb.append(d3);
sb.append(", installmentFrequency=");
sb.append(list);
sb.append(", gracePeriodHideFlag=");
sb.append(z);
sb.append(", productCatalogue=");
sb.append(c0786Oo);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
String str = this.b;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.l;
int hashCode2 = str2 != null ? str2.hashCode() : 0;
int hashCode3 = this.c.hashCode();
int hashCode4 = this.g.hashCode();
int hashCode5 = this.f.hashCode();
int hashCode6 = Double.hashCode(this.h);
int hashCode7 = Double.hashCode(this.d);
int hashCode8 = Double.hashCode(this.i);
int hashCode9 = this.e.hashCode();
boolean z = this.a;
int i = z;
if (z != 0) {
i = 1;
}
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + i) * 31) + this.j.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0738Nl)) {
return false;
}
C0738Nl c0738Nl = (C0738Nl) obj;
return C14957gcv.b((Object) this.b, (Object) c0738Nl.b) && C14957gcv.b((Object) this.l, (Object) c0738Nl.l) && C14957gcv.b((Object) this.c, (Object) c0738Nl.c) && C14957gcv.b((Object) this.g, (Object) c0738Nl.g) && C14957gcv.b((Object) this.f, (Object) c0738Nl.f) && Double.compare(this.h, c0738Nl.h) == 0 && Double.compare(this.d, c0738Nl.d) == 0 && Double.compare(this.i, c0738Nl.i) == 0 && C14957gcv.b(this.e, c0738Nl.e) && this.a == c0738Nl.a && C14957gcv.b(this.j, c0738Nl.j);
}
}