68 lines
2.1 KiB
Java
68 lines
2.1 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.Ny, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0757Ny {
|
|
public final List<String> a;
|
|
public final C0748Nr b;
|
|
public final NE c;
|
|
public final NE d;
|
|
public final NE e;
|
|
public final List<String> f;
|
|
|
|
public C0757Ny(C0748Nr c0748Nr, NE ne, NE ne2, NE ne3, List<String> list, List<String> list2) {
|
|
C14957gcv.e(c0748Nr, "");
|
|
C14957gcv.e(ne, "");
|
|
C14957gcv.e(ne2, "");
|
|
C14957gcv.e(ne3, "");
|
|
C14957gcv.e(list, "");
|
|
C14957gcv.e(list2, "");
|
|
this.b = c0748Nr;
|
|
this.c = ne;
|
|
this.e = ne2;
|
|
this.d = ne3;
|
|
this.f = list;
|
|
this.a = list2;
|
|
}
|
|
|
|
public final String toString() {
|
|
C0748Nr c0748Nr = this.b;
|
|
NE ne = this.c;
|
|
NE ne2 = this.e;
|
|
NE ne3 = this.d;
|
|
List<String> list = this.f;
|
|
List<String> list2 = this.a;
|
|
StringBuilder sb = new StringBuilder("HmlNTBContactInfoFormDisplay(hmlContactInfoDisplay=");
|
|
sb.append(c0748Nr);
|
|
sb.append(", maritalDisplay=");
|
|
sb.append(ne);
|
|
sb.append(", residenceDisplay=");
|
|
sb.append(ne2);
|
|
sb.append(", educationLevelsDisplay=");
|
|
sb.append(ne3);
|
|
sb.append(", titleDisplay=");
|
|
sb.append(list);
|
|
sb.append(", fullTitleDisplay=");
|
|
sb.append(list2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((((((this.b.hashCode() * 31) + this.c.hashCode()) * 31) + this.e.hashCode()) * 31) + this.d.hashCode()) * 31) + this.f.hashCode()) * 31) + this.a.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0757Ny)) {
|
|
return false;
|
|
}
|
|
C0757Ny c0757Ny = (C0757Ny) obj;
|
|
return C14957gcv.b(this.b, c0757Ny.b) && C14957gcv.b(this.c, c0757Ny.c) && C14957gcv.b(this.e, c0757Ny.e) && C14957gcv.b(this.d, c0757Ny.d) && C14957gcv.b(this.f, c0757Ny.f) && C14957gcv.b(this.a, c0757Ny.a);
|
|
}
|
|
}
|