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

53 lines
1.4 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class NG {
public final NE a;
public final NE b;
public final NF c;
public final NE e;
public NG(NF nf, NE ne, NE ne2, NE ne3) {
C14957gcv.e(nf, "");
C14957gcv.e(ne, "");
C14957gcv.e(ne2, "");
C14957gcv.e(ne3, "");
this.c = nf;
this.b = ne;
this.e = ne2;
this.a = ne3;
}
public final String toString() {
NF nf = this.c;
NE ne = this.b;
NE ne2 = this.e;
NE ne3 = this.a;
StringBuilder sb = new StringBuilder("HmlPersonalInfoFormDisplay(contactInfoDisplay=");
sb.append(nf);
sb.append(", maritalDisplay=");
sb.append(ne);
sb.append(", residenceDisplay=");
sb.append(ne2);
sb.append(", educationLevelsDisplay=");
sb.append(ne3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((this.c.hashCode() * 31) + this.b.hashCode()) * 31) + this.e.hashCode()) * 31) + this.a.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof NG)) {
return false;
}
NG ng = (NG) obj;
return C14957gcv.b(this.c, ng.c) && C14957gcv.b(this.b, ng.b) && C14957gcv.b(this.e, ng.e) && C14957gcv.b(this.a, ng.a);
}
}