98 lines
3.4 KiB
Java
98 lines
3.4 KiB
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class BsP {
|
||
|
public final String a;
|
||
|
public final String b;
|
||
|
public final String c;
|
||
|
public final String d;
|
||
|
public final zTQ e;
|
||
|
public final String f;
|
||
|
public final String g;
|
||
|
public final String h;
|
||
|
public final String i;
|
||
|
public final String j;
|
||
|
|
||
|
public BsP(String str, String str2, String str3, String str4, zTQ ztq, String str5, String str6, String str7, String str8, String str9) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
C14957gcv.e(ztq, "");
|
||
|
C14957gcv.e(str5, "");
|
||
|
C14957gcv.e(str6, "");
|
||
|
this.c = str;
|
||
|
this.d = str2;
|
||
|
this.f = str3;
|
||
|
this.b = str4;
|
||
|
this.e = ztq;
|
||
|
this.j = str5;
|
||
|
this.i = str6;
|
||
|
this.a = str7;
|
||
|
this.g = str8;
|
||
|
this.h = str9;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.c;
|
||
|
String str2 = this.d;
|
||
|
String str3 = this.f;
|
||
|
String str4 = this.b;
|
||
|
zTQ ztq = this.e;
|
||
|
String str5 = this.j;
|
||
|
String str6 = this.i;
|
||
|
String str7 = this.a;
|
||
|
String str8 = this.g;
|
||
|
String str9 = this.h;
|
||
|
StringBuilder sb = new StringBuilder("PreFill(collateralCode=");
|
||
|
sb.append(str);
|
||
|
sb.append(", collateralOwnership=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", residentialStatus=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", collateralPrice=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", collateralLocation=");
|
||
|
sb.append(ztq);
|
||
|
sb.append(", insuranceFire=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", insuranceCreditLife=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", collateralStatus=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", obligationBank=");
|
||
|
sb.append(str8);
|
||
|
sb.append(", existingCollateral=");
|
||
|
sb.append(str9);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.c.hashCode();
|
||
|
int hashCode2 = this.d.hashCode();
|
||
|
int hashCode3 = this.f.hashCode();
|
||
|
int hashCode4 = this.b.hashCode();
|
||
|
int hashCode5 = this.e.hashCode();
|
||
|
int hashCode6 = this.j.hashCode();
|
||
|
int hashCode7 = this.i.hashCode();
|
||
|
String str = this.a;
|
||
|
int hashCode8 = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.g;
|
||
|
int hashCode9 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.h;
|
||
|
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str3 != null ? str3.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof BsP)) {
|
||
|
return false;
|
||
|
}
|
||
|
BsP bsP = (BsP) obj;
|
||
|
return C14957gcv.b((Object) this.c, (Object) bsP.c) && C14957gcv.b((Object) this.d, (Object) bsP.d) && C14957gcv.b((Object) this.f, (Object) bsP.f) && C14957gcv.b((Object) this.b, (Object) bsP.b) && C14957gcv.b(this.e, bsP.e) && C14957gcv.b((Object) this.j, (Object) bsP.j) && C14957gcv.b((Object) this.i, (Object) bsP.i) && C14957gcv.b((Object) this.a, (Object) bsP.a) && C14957gcv.b((Object) this.g, (Object) bsP.g) && C14957gcv.b((Object) this.h, (Object) bsP.h);
|
||
|
}
|
||
|
}
|