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

140 lines
4.7 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class qbN {
@SerializedName("businessName")
private final String a;
@SerializedName("monthInBusiness")
private final int b;
@SerializedName("applicationId")
private final String c;
@SerializedName("maritalStatus")
private final String d;
@SerializedName("tilesVersion")
public String e;
@SerializedName("spouseLastName")
private final String f;
@SerializedName("productType")
private final String g;
@SerializedName("numberOfEmployees")
private final int h;
@SerializedName("spouseNationalId")
private final String i;
@SerializedName("spouseFirstName")
private final String j;
@SerializedName("spouseTitle")
private final String m;
/* renamed from: o, reason: collision with root package name */
@SerializedName("yearInBusiness")
private final int f9250o;
public /* synthetic */ qbN(String str, String str2, String str3, int i, int i2, int i3, String str4, String str5, String str6, String str7, String str8) {
this("", str, str2, str3, i, i2, i3, str4, str5, str6, str7, str8);
}
private qbN(String str, String str2, String str3, String str4, int i, int i2, int i3, String str5, String str6, String str7, String str8, String str9) {
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
this.e = str;
this.g = str2;
this.c = str3;
this.a = str4;
this.f9250o = i;
this.b = i2;
this.h = i3;
this.d = str5;
this.i = str6;
this.m = str7;
this.j = str8;
this.f = str9;
}
public final String toString() {
String str = this.e;
String str2 = this.g;
String str3 = this.c;
String str4 = this.a;
int i = this.f9250o;
int i2 = this.b;
int i3 = this.h;
String str5 = this.d;
String str6 = this.i;
String str7 = this.m;
String str8 = this.j;
String str9 = this.f;
StringBuilder sb = new StringBuilder("EasycashBusinessAndMaritalInfoDocumentRequest(tilesVersion=");
sb.append(str);
sb.append(", productType=");
sb.append(str2);
sb.append(", applicationId=");
sb.append(str3);
sb.append(", businessName=");
sb.append(str4);
sb.append(", yearInBusiness=");
sb.append(i);
sb.append(", monthInBusiness=");
sb.append(i2);
sb.append(", numberOfEmployees=");
sb.append(i3);
sb.append(", maritalStatus=");
sb.append(str5);
sb.append(", spouseNationalId=");
sb.append(str6);
sb.append(", spouseTitle=");
sb.append(str7);
sb.append(", spouseFirstName=");
sb.append(str8);
sb.append(", spouseLastName=");
sb.append(str9);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.e;
int hashCode = str == null ? 0 : str.hashCode();
int hashCode2 = this.g.hashCode();
int hashCode3 = this.c.hashCode();
int hashCode4 = this.a.hashCode();
int hashCode5 = Integer.hashCode(this.f9250o);
int hashCode6 = Integer.hashCode(this.b);
int hashCode7 = Integer.hashCode(this.h);
int hashCode8 = this.d.hashCode();
String str2 = this.i;
int hashCode9 = str2 == null ? 0 : str2.hashCode();
String str3 = this.m;
int hashCode10 = str3 == null ? 0 : str3.hashCode();
String str4 = this.j;
int hashCode11 = str4 == null ? 0 : str4.hashCode();
String str5 = this.f;
return (((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + (str5 != null ? str5.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof qbN)) {
return false;
}
qbN qbn = (qbN) obj;
return C14957gcv.b((Object) this.e, (Object) qbn.e) && C14957gcv.b((Object) this.g, (Object) qbn.g) && C14957gcv.b((Object) this.c, (Object) qbn.c) && C14957gcv.b((Object) this.a, (Object) qbn.a) && this.f9250o == qbn.f9250o && this.b == qbn.b && this.h == qbn.h && C14957gcv.b((Object) this.d, (Object) qbn.d) && C14957gcv.b((Object) this.i, (Object) qbn.i) && C14957gcv.b((Object) this.m, (Object) qbn.m) && C14957gcv.b((Object) this.j, (Object) qbn.j) && C14957gcv.b((Object) this.f, (Object) qbn.f);
}
}