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

76 lines
2.6 KiB
Java

package o;
/* renamed from: o.Nv, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0754Nv {
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 i;
public C0754Nv(String str, String str2, String str3, String str4, String str5, String str6, String str7) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str4, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
this.e = str;
this.d = str2;
this.b = str3;
this.c = str4;
this.i = str5;
this.g = str6;
this.a = str7;
}
public final String toString() {
String str = this.e;
String str2 = this.d;
String str3 = this.b;
String str4 = this.c;
String str5 = this.i;
String str6 = this.g;
String str7 = this.a;
StringBuilder sb = new StringBuilder("HmlOccupationInfoDisplay(jobTitle=");
sb.append(str);
sb.append(", sourceOfIncome=");
sb.append(str2);
sb.append(", companyName=");
sb.append(str3);
sb.append(", workAddress=");
sb.append(str4);
sb.append(", workContactNumber=");
sb.append(str5);
sb.append(", years=");
sb.append(str6);
sb.append(", months=");
sb.append(str7);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.e.hashCode();
int hashCode2 = this.d.hashCode();
String str = this.b;
int hashCode3 = str == null ? 0 : str.hashCode();
int hashCode4 = this.c.hashCode();
String str2 = this.i;
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str2 != null ? str2.hashCode() : 0)) * 31) + this.g.hashCode()) * 31) + this.a.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0754Nv)) {
return false;
}
C0754Nv c0754Nv = (C0754Nv) obj;
return C14957gcv.b((Object) this.e, (Object) c0754Nv.e) && C14957gcv.b((Object) this.d, (Object) c0754Nv.d) && C14957gcv.b((Object) this.b, (Object) c0754Nv.b) && C14957gcv.b((Object) this.c, (Object) c0754Nv.c) && C14957gcv.b((Object) this.i, (Object) c0754Nv.i) && C14957gcv.b((Object) this.g, (Object) c0754Nv.g) && C14957gcv.b((Object) this.a, (Object) c0754Nv.a);
}
}