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

88 lines
2.7 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.o, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16407o {
@SerializedName("applicationUuid")
private final String a;
@SerializedName("businessType")
private final String b;
@SerializedName("monthlyNetIncome")
private final String c;
@SerializedName("isicCode")
private final String d;
@SerializedName("loanPurpose")
private final C17354w e;
@SerializedName("storeType")
private final D g;
@SerializedName("sourceOfIncome")
private final C7742cu j;
public C16407o(String str, String str2, String str3, D d, C17354w c17354w, String str4, C7742cu c7742cu) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(d, "");
C14957gcv.e(c17354w, "");
C14957gcv.e(str4, "");
C14957gcv.e(c7742cu, "");
this.a = str;
this.d = str2;
this.b = str3;
this.g = d;
this.e = c17354w;
this.c = str4;
this.j = c7742cu;
}
public final String toString() {
String str = this.a;
String str2 = this.d;
String str3 = this.b;
D d = this.g;
C17354w c17354w = this.e;
String str4 = this.c;
C7742cu c7742cu = this.j;
StringBuilder sb = new StringBuilder("HmlBusinessInfoRequest(applicationUuid=");
sb.append(str);
sb.append(", isicCode=");
sb.append(str2);
sb.append(", businessType=");
sb.append(str3);
sb.append(", storeType=");
sb.append(d);
sb.append(", loanPurpose=");
sb.append(c17354w);
sb.append(", monthlyNetIncome=");
sb.append(str4);
sb.append(", sourceOfIncome=");
sb.append(c7742cu);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((this.a.hashCode() * 31) + this.d.hashCode()) * 31) + this.b.hashCode()) * 31) + this.g.hashCode()) * 31) + this.e.hashCode()) * 31) + this.c.hashCode()) * 31) + this.j.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16407o)) {
return false;
}
C16407o c16407o = (C16407o) obj;
return C14957gcv.b((Object) this.a, (Object) c16407o.a) && C14957gcv.b((Object) this.d, (Object) c16407o.d) && C14957gcv.b((Object) this.b, (Object) c16407o.b) && C14957gcv.b(this.g, c16407o.g) && C14957gcv.b(this.e, c16407o.e) && C14957gcv.b((Object) this.c, (Object) c16407o.c) && C14957gcv.b(this.j, c16407o.j);
}
}