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

85 lines
2.7 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class WK {
private final String a;
private final String b;
private final String c;
private final String d;
private final String e;
private final String f;
private final String g;
private final String h;
private /* synthetic */ WK(byte b) {
this("", "", "", "", "", "", "", "");
}
public WK(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
C14957gcv.e(str8, "");
this.h = str;
this.d = str2;
this.c = str3;
this.a = str4;
this.f = str5;
this.b = str6;
this.e = str7;
this.g = str8;
}
public final String toString() {
String str = this.h;
String str2 = this.d;
String str3 = this.c;
String str4 = this.a;
String str5 = this.f;
String str6 = this.b;
String str7 = this.e;
String str8 = this.g;
StringBuilder sb = new StringBuilder("SpouseInfoDisplay(title=");
sb.append(str);
sb.append(", firstName=");
sb.append(str2);
sb.append(", middleName=");
sb.append(str3);
sb.append(", lastName=");
sb.append(str4);
sb.append(", nationFlag=");
sb.append(str5);
sb.append(", countryCode=");
sb.append(str6);
sb.append(", countryDescription=");
sb.append(str7);
sb.append(", passportNo=");
sb.append(str8);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((((this.h.hashCode() * 31) + this.d.hashCode()) * 31) + this.c.hashCode()) * 31) + this.a.hashCode()) * 31) + this.f.hashCode()) * 31) + this.b.hashCode()) * 31) + this.e.hashCode()) * 31) + this.g.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof WK)) {
return false;
}
WK wk = (WK) obj;
return C14957gcv.b((Object) this.h, (Object) wk.h) && C14957gcv.b((Object) this.d, (Object) wk.d) && C14957gcv.b((Object) this.c, (Object) wk.c) && C14957gcv.b((Object) this.a, (Object) wk.a) && C14957gcv.b((Object) this.f, (Object) wk.f) && C14957gcv.b((Object) this.b, (Object) wk.b) && C14957gcv.b((Object) this.e, (Object) wk.e) && C14957gcv.b((Object) this.g, (Object) wk.g);
}
public WK() {
this((byte) 0);
}
}