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

49 lines
1.3 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.as, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C3149as {
@SerializedName("maritalStatusCode")
private final String c;
@SerializedName("spouseInfo")
private final C3255au e;
public C3149as(String str, C3255au c3255au) {
C14957gcv.e(str, "");
this.c = str;
this.e = c3255au;
}
public final String toString() {
String str = this.c;
C3255au c3255au = this.e;
StringBuilder sb = new StringBuilder("SCBSMaritalStatusRequest(maritalStatusCode=");
sb.append(str);
sb.append(", spouseInfo=");
sb.append(c3255au);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.c.hashCode();
C3255au c3255au = this.e;
return (hashCode * 31) + (c3255au == null ? 0 : c3255au.hashCode());
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C3149as)) {
return false;
}
C3149as c3149as = (C3149as) obj;
return C14957gcv.b((Object) this.c, (Object) c3149as.c) && C14957gcv.b(this.e, c3149as.e);
}
}