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

80 lines
2.7 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class Vfj {
public final String a;
public final List<C17180ucA> b;
public final String c;
public final String d;
public final List<String> e;
private final String f;
public final String g;
private final String j;
/* JADX WARN: Multi-variable type inference failed */
public Vfj(String str, String str2, List<String> list, String str3, String str4, String str5, String str6, List<? extends C17180ucA> list2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(list, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(list2, "");
this.g = str;
this.c = str2;
this.e = list;
this.a = str3;
this.j = str4;
this.d = str5;
this.f = str6;
this.b = list2;
}
public final String toString() {
String str = this.g;
String str2 = this.c;
List<String> list = this.e;
String str3 = this.a;
String str4 = this.j;
String str5 = this.d;
String str6 = this.f;
List<C17180ucA> list2 = this.b;
StringBuilder sb = new StringBuilder("MHMCCalculation(minimumCreditLimit=");
sb.append(str);
sb.append(", maximumCreditLimit=");
sb.append(str2);
sb.append(", availableDurations=");
sb.append(list);
sb.append(", loanAmount=");
sb.append(str3);
sb.append(", sliderInterval=");
sb.append(str4);
sb.append(", duration=");
sb.append(str5);
sb.append(", monthlyPayment=");
sb.append(str6);
sb.append(", details=");
sb.append(list2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((((this.g.hashCode() * 31) + this.c.hashCode()) * 31) + this.e.hashCode()) * 31) + this.a.hashCode()) * 31) + this.j.hashCode()) * 31) + this.d.hashCode()) * 31) + this.f.hashCode()) * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Vfj)) {
return false;
}
Vfj vfj = (Vfj) obj;
return C14957gcv.b((Object) this.g, (Object) vfj.g) && C14957gcv.b((Object) this.c, (Object) vfj.c) && C14957gcv.b(this.e, vfj.e) && C14957gcv.b((Object) this.a, (Object) vfj.a) && C14957gcv.b((Object) this.j, (Object) vfj.j) && C14957gcv.b((Object) this.d, (Object) vfj.d) && C14957gcv.b((Object) this.f, (Object) vfj.f) && C14957gcv.b(this.b, vfj.b);
}
}