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

91 lines
3.0 KiB
Java

package o;
import java.util.List;
/* renamed from: o.fct, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C13576fct {
public final double a;
public final String b;
public final String c;
public final List<Xba> d;
public final boolean e;
public final double f;
public final AUj g;
public final double h;
public final String j;
public C13576fct(String str, String str2, String str3, boolean z, double d, double d2, double d3, List<Xba> list, AUj aUj) {
C14957gcv.e(list, "");
C14957gcv.e(aUj, "");
this.c = str;
this.j = str2;
this.b = str3;
this.e = z;
this.f = d;
this.a = d2;
this.h = d3;
this.d = list;
this.g = aUj;
}
public final String toString() {
String str = this.c;
String str2 = this.j;
String str3 = this.b;
boolean z = this.e;
double d = this.f;
double d2 = this.a;
double d3 = this.h;
List<Xba> list = this.d;
AUj aUj = this.g;
StringBuilder sb = new StringBuilder("HmlSimulator(imageUrl=");
sb.append(str);
sb.append(", title=");
sb.append(str2);
sb.append(", description=");
sb.append(str3);
sb.append(", gracePeriodHideFlag=");
sb.append(z);
sb.append(", minimumPrincipal=");
sb.append(d);
sb.append(", maximumPrincipal=");
sb.append(d2);
sb.append(", principalStepSize=");
sb.append(d3);
sb.append(", installmentFrequency=");
sb.append(list);
sb.append(", productCatalogue=");
sb.append(aUj);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
String str = this.c;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.j;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.b;
int hashCode3 = str3 != null ? str3.hashCode() : 0;
boolean z = this.e;
int i = z;
if (z != 0) {
i = 1;
}
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + i) * 31) + Double.hashCode(this.f)) * 31) + Double.hashCode(this.a)) * 31) + Double.hashCode(this.h)) * 31) + this.d.hashCode()) * 31) + this.g.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C13576fct)) {
return false;
}
C13576fct c13576fct = (C13576fct) obj;
return C14957gcv.b((Object) this.c, (Object) c13576fct.c) && C14957gcv.b((Object) this.j, (Object) c13576fct.j) && C14957gcv.b((Object) this.b, (Object) c13576fct.b) && this.e == c13576fct.e && Double.compare(this.f, c13576fct.f) == 0 && Double.compare(this.a, c13576fct.a) == 0 && Double.compare(this.h, c13576fct.h) == 0 && C14957gcv.b(this.d, c13576fct.d) && C14957gcv.b(this.g, c13576fct.g);
}
}