47 lines
1.2 KiB
Java
47 lines
1.2 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class EDR {
|
|
public final String a;
|
|
public final String b;
|
|
public final Bup e;
|
|
|
|
public EDR(String str, String str2, Bup bup) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(bup, "");
|
|
this.b = str;
|
|
this.a = str2;
|
|
this.e = bup;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
String str2 = this.a;
|
|
Bup bup = this.e;
|
|
StringBuilder sb = new StringBuilder("RegistrationMaritalStatus(maritalStatusCode=");
|
|
sb.append(str);
|
|
sb.append(", disclosedFlag=");
|
|
sb.append(str2);
|
|
sb.append(", spouseInfo=");
|
|
sb.append(bup);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((this.b.hashCode() * 31) + this.a.hashCode()) * 31) + this.e.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof EDR)) {
|
|
return false;
|
|
}
|
|
EDR edr = (EDR) obj;
|
|
return C14957gcv.b((Object) this.b, (Object) edr.b) && C14957gcv.b((Object) this.a, (Object) edr.a) && C14957gcv.b(this.e, edr.e);
|
|
}
|
|
}
|