190 lines
6.4 KiB
Java
190 lines
6.4 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.android.libraries.places.api.model.PlaceTypes;
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class gAX {
|
||
|
|
||
|
@SerializedName("collateralCode")
|
||
|
public String a;
|
||
|
|
||
|
@SerializedName("collateralOwnership")
|
||
|
public String b;
|
||
|
|
||
|
@SerializedName(PlaceTypes.ADDRESS)
|
||
|
public zTQ c;
|
||
|
|
||
|
@SerializedName("collateralStatus")
|
||
|
public String d;
|
||
|
|
||
|
@SerializedName("collateralPrice")
|
||
|
public String e;
|
||
|
|
||
|
@SerializedName("obligationBank")
|
||
|
public String f;
|
||
|
|
||
|
@SerializedName("insurance")
|
||
|
public XMZ g;
|
||
|
|
||
|
@SerializedName("isReferral")
|
||
|
public String h;
|
||
|
|
||
|
@SerializedName("monthlyIncome")
|
||
|
public String i;
|
||
|
|
||
|
@SerializedName("existingCollateral")
|
||
|
public String j;
|
||
|
|
||
|
@SerializedName("productProgram")
|
||
|
public String k;
|
||
|
|
||
|
@SerializedName("productType")
|
||
|
public String l;
|
||
|
|
||
|
@SerializedName("repaymentAbility")
|
||
|
public String m;
|
||
|
|
||
|
@SerializedName("tilesVersion")
|
||
|
public String n;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
@SerializedName("residentialStatus")
|
||
|
public String f9135o;
|
||
|
|
||
|
private gAX(String str, String str2, String str3, String str4, String str5, String str6, String str7, zTQ ztq, XMZ xmz, String str8, String str9, String str10, String str11, String str12, String str13) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
C14957gcv.e(str5, "");
|
||
|
C14957gcv.e(str6, "");
|
||
|
C14957gcv.e(str7, "");
|
||
|
C14957gcv.e(ztq, "");
|
||
|
C14957gcv.e(xmz, "");
|
||
|
C14957gcv.e(str8, "");
|
||
|
C14957gcv.e(str10, "");
|
||
|
C14957gcv.e(str12, "");
|
||
|
this.l = str;
|
||
|
this.i = str2;
|
||
|
this.m = str3;
|
||
|
this.a = str4;
|
||
|
this.b = str5;
|
||
|
this.f9135o = str6;
|
||
|
this.e = str7;
|
||
|
this.c = ztq;
|
||
|
this.g = xmz;
|
||
|
this.n = str8;
|
||
|
this.j = str9;
|
||
|
this.d = str10;
|
||
|
this.f = str11;
|
||
|
this.h = str12;
|
||
|
this.k = str13;
|
||
|
}
|
||
|
|
||
|
private /* synthetic */ gAX(byte b) {
|
||
|
this("", "", "", "", "", "", "", new zTQ(), new XMZ((byte) 0), "", "", "", "", "", "");
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.l;
|
||
|
String str2 = this.i;
|
||
|
String str3 = this.m;
|
||
|
String str4 = this.a;
|
||
|
String str5 = this.b;
|
||
|
String str6 = this.f9135o;
|
||
|
String str7 = this.e;
|
||
|
zTQ ztq = this.c;
|
||
|
XMZ xmz = this.g;
|
||
|
String str8 = this.n;
|
||
|
String str9 = this.j;
|
||
|
String str10 = this.d;
|
||
|
String str11 = this.f;
|
||
|
String str12 = this.h;
|
||
|
String str13 = this.k;
|
||
|
StringBuilder sb = new StringBuilder("MortgageInfoRequest(productType=");
|
||
|
sb.append(str);
|
||
|
sb.append(", monthlyIncome=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", repaymentAbility=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", collateralCode=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", collateralOwnership=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", residentialStatus=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", collateralPrice=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", address=");
|
||
|
sb.append(ztq);
|
||
|
sb.append(", insurance=");
|
||
|
sb.append(xmz);
|
||
|
sb.append(", tilesVersion=");
|
||
|
sb.append(str8);
|
||
|
sb.append(", existingCollateral=");
|
||
|
sb.append(str9);
|
||
|
sb.append(", collateralStatus=");
|
||
|
sb.append(str10);
|
||
|
sb.append(", obligationBank=");
|
||
|
sb.append(str11);
|
||
|
sb.append(", isReferral=");
|
||
|
sb.append(str12);
|
||
|
sb.append(", productProgram=");
|
||
|
sb.append(str13);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.l.hashCode();
|
||
|
int hashCode2 = this.i.hashCode();
|
||
|
String str = this.m;
|
||
|
int hashCode3 = str == null ? 0 : str.hashCode();
|
||
|
int hashCode4 = this.a.hashCode();
|
||
|
int hashCode5 = this.b.hashCode();
|
||
|
int hashCode6 = this.f9135o.hashCode();
|
||
|
int hashCode7 = this.e.hashCode();
|
||
|
int hashCode8 = this.c.hashCode();
|
||
|
int hashCode9 = this.g.hashCode();
|
||
|
int hashCode10 = this.n.hashCode();
|
||
|
String str2 = this.j;
|
||
|
int hashCode11 = str2 == null ? 0 : str2.hashCode();
|
||
|
int hashCode12 = this.d.hashCode();
|
||
|
String str3 = this.f;
|
||
|
int hashCode13 = str3 == null ? 0 : str3.hashCode();
|
||
|
int hashCode14 = this.h.hashCode();
|
||
|
String str4 = this.k;
|
||
|
return (((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + (str4 != null ? str4.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof gAX)) {
|
||
|
return false;
|
||
|
}
|
||
|
gAX gax = (gAX) obj;
|
||
|
return C14957gcv.b((Object) this.l, (Object) gax.l) && C14957gcv.b((Object) this.i, (Object) gax.i) && C14957gcv.b((Object) this.m, (Object) gax.m) && C14957gcv.b((Object) this.a, (Object) gax.a) && C14957gcv.b((Object) this.b, (Object) gax.b) && C14957gcv.b((Object) this.f9135o, (Object) gax.f9135o) && C14957gcv.b((Object) this.e, (Object) gax.e) && C14957gcv.b(this.c, gax.c) && C14957gcv.b(this.g, gax.g) && C14957gcv.b((Object) this.n, (Object) gax.n) && C14957gcv.b((Object) this.j, (Object) gax.j) && C14957gcv.b((Object) this.d, (Object) gax.d) && C14957gcv.b((Object) this.f, (Object) gax.f) && C14957gcv.b((Object) this.h, (Object) gax.h) && C14957gcv.b((Object) this.k, (Object) gax.k);
|
||
|
}
|
||
|
|
||
|
public static gAX b(String str, String str2, String str3, String str4, String str5, String str6, String str7, zTQ ztq, XMZ xmz, String str8, String str9, String str10, String str11, String str12, String str13) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
C14957gcv.e(str5, "");
|
||
|
C14957gcv.e(str6, "");
|
||
|
C14957gcv.e(str7, "");
|
||
|
C14957gcv.e(ztq, "");
|
||
|
C14957gcv.e(xmz, "");
|
||
|
C14957gcv.e(str8, "");
|
||
|
C14957gcv.e(str10, "");
|
||
|
C14957gcv.e(str12, "");
|
||
|
return new gAX(str, str2, str3, str4, str5, str6, str7, ztq, xmz, str8, str9, str10, str11, str12, str13);
|
||
|
}
|
||
|
|
||
|
public gAX() {
|
||
|
this((byte) 0);
|
||
|
}
|
||
|
}
|