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

48 lines
1.3 KiB
Java

package o;
/* renamed from: o.Wh, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C1131Wh {
public final String b;
private final WK c;
private final String d;
public C1131Wh(String str, String str2, WK wk) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(wk, "");
this.b = str;
this.d = str2;
this.c = wk;
}
public final String toString() {
String str = this.b;
String str2 = this.d;
WK wk = this.c;
StringBuilder sb = new StringBuilder("RegistrationMaritalStatusDisplay(maritalStatusCode=");
sb.append(str);
sb.append(", disclosedFlag=");
sb.append(str2);
sb.append(", spouseInfo=");
sb.append(wk);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((this.b.hashCode() * 31) + this.d.hashCode()) * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C1131Wh)) {
return false;
}
C1131Wh c1131Wh = (C1131Wh) obj;
return C14957gcv.b((Object) this.b, (Object) c1131Wh.b) && C14957gcv.b((Object) this.d, (Object) c1131Wh.d) && C14957gcv.b(this.c, c1131Wh.c);
}
}