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

92 lines
3.1 KiB
Java

package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class JN {
public final String a;
public final String b;
public final String c;
public final String d;
public final String e;
private final String f;
private final String g;
public final List<JM> h;
private final String i;
public JN(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, List<JM> list) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(list, "");
this.d = str;
this.g = str2;
this.a = str3;
this.e = str4;
this.c = str5;
this.b = str6;
this.f = str7;
this.i = str8;
this.h = list;
}
public final String toString() {
String str = this.d;
String str2 = this.g;
String str3 = this.a;
String str4 = this.e;
String str5 = this.c;
String str6 = this.b;
String str7 = this.f;
String str8 = this.i;
List<JM> list = this.h;
StringBuilder sb = new StringBuilder("CreditPowerLandingDisplay(minimumIncome=");
sb.append(str);
sb.append(", minimumAmount=");
sb.append(str2);
sb.append(", state=");
sb.append(str3);
sb.append(", flowType=");
sb.append(str4);
sb.append(", productGroup=");
sb.append(str5);
sb.append(", ncbConsent=");
sb.append(str6);
sb.append(", monthlyIncome=");
sb.append(str7);
sb.append(", repaymentAbility=");
sb.append(str8);
sb.append(", tiles=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.d.hashCode();
int hashCode2 = this.g.hashCode();
int hashCode3 = this.a.hashCode();
int hashCode4 = this.e.hashCode();
int hashCode5 = this.c.hashCode();
String str = this.b;
int hashCode6 = str == null ? 0 : str.hashCode();
String str2 = this.f;
int hashCode7 = str2 == null ? 0 : str2.hashCode();
String str3 = this.i;
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str3 != null ? str3.hashCode() : 0)) * 31) + this.h.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof JN)) {
return false;
}
JN jn = (JN) obj;
return C14957gcv.b((Object) this.d, (Object) jn.d) && C14957gcv.b((Object) this.g, (Object) jn.g) && C14957gcv.b((Object) this.a, (Object) jn.a) && C14957gcv.b((Object) this.e, (Object) jn.e) && C14957gcv.b((Object) this.c, (Object) jn.c) && C14957gcv.b((Object) this.b, (Object) jn.b) && C14957gcv.b((Object) this.f, (Object) jn.f) && C14957gcv.b((Object) this.i, (Object) jn.i) && C14957gcv.b(this.h, jn.h);
}
}