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

62 lines
1.7 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.eU, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C10959eU {
@SerializedName("disclosedFlag")
private final String b;
@SerializedName("maritalStatusCode")
private final String c;
@SerializedName("spouseInfo")
private final C13795fh e;
public /* synthetic */ C10959eU(String str) {
this(str, null, null);
}
public C10959eU(String str, String str2, C13795fh c13795fh) {
C14957gcv.e(str, "");
this.c = str;
this.b = str2;
this.e = c13795fh;
}
public final String toString() {
String str = this.c;
String str2 = this.b;
C13795fh c13795fh = this.e;
StringBuilder sb = new StringBuilder("MaritalStatusRequest(maritalStatusCode=");
sb.append(str);
sb.append(", disclosedFlag=");
sb.append(str2);
sb.append(", spouseInfo=");
sb.append(c13795fh);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.c.hashCode();
String str = this.b;
int hashCode2 = str == null ? 0 : str.hashCode();
C13795fh c13795fh = this.e;
return (((hashCode * 31) + hashCode2) * 31) + (c13795fh != null ? c13795fh.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C10959eU)) {
return false;
}
C10959eU c10959eU = (C10959eU) obj;
return C14957gcv.b((Object) this.c, (Object) c10959eU.c) && C14957gcv.b((Object) this.b, (Object) c10959eU.b) && C14957gcv.b(this.e, c10959eU.e);
}
}