93 lines
3.2 KiB
Java
93 lines
3.2 KiB
Java
|
package o;
|
||
|
|
||
|
import java.util.List;
|
||
|
|
||
|
/* renamed from: o.kca, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C16032kca {
|
||
|
public final String a;
|
||
|
public final String b;
|
||
|
public final String c;
|
||
|
public final String d;
|
||
|
public final String e;
|
||
|
public final String g;
|
||
|
public final String h;
|
||
|
public final String i;
|
||
|
public final List<XBv> j;
|
||
|
|
||
|
public C16032kca(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, List<XBv> list) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
C14957gcv.e(str5, "");
|
||
|
C14957gcv.e(list, "");
|
||
|
this.d = str;
|
||
|
this.c = str2;
|
||
|
this.h = str3;
|
||
|
this.a = str4;
|
||
|
this.i = str5;
|
||
|
this.e = str6;
|
||
|
this.b = str7;
|
||
|
this.g = str8;
|
||
|
this.j = list;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.d;
|
||
|
String str2 = this.c;
|
||
|
String str3 = this.h;
|
||
|
String str4 = this.a;
|
||
|
String str5 = this.i;
|
||
|
String str6 = this.e;
|
||
|
String str7 = this.b;
|
||
|
String str8 = this.g;
|
||
|
List<XBv> list = this.j;
|
||
|
StringBuilder sb = new StringBuilder("CreditPowerLanding(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.c.hashCode();
|
||
|
int hashCode3 = this.h.hashCode();
|
||
|
int hashCode4 = this.a.hashCode();
|
||
|
int hashCode5 = this.i.hashCode();
|
||
|
String str = this.e;
|
||
|
int hashCode6 = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.b;
|
||
|
int hashCode7 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.g;
|
||
|
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str3 != null ? str3.hashCode() : 0)) * 31) + this.j.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C16032kca)) {
|
||
|
return false;
|
||
|
}
|
||
|
C16032kca c16032kca = (C16032kca) obj;
|
||
|
return C14957gcv.b((Object) this.d, (Object) c16032kca.d) && C14957gcv.b((Object) this.c, (Object) c16032kca.c) && C14957gcv.b((Object) this.h, (Object) c16032kca.h) && C14957gcv.b((Object) this.a, (Object) c16032kca.a) && C14957gcv.b((Object) this.i, (Object) c16032kca.i) && C14957gcv.b((Object) this.e, (Object) c16032kca.e) && C14957gcv.b((Object) this.b, (Object) c16032kca.b) && C14957gcv.b((Object) this.g, (Object) c16032kca.g) && C14957gcv.b(this.j, c16032kca.j);
|
||
|
}
|
||
|
}
|