78 lines
2.7 KiB
Java
78 lines
2.7 KiB
Java
package o;
|
|
|
|
/* renamed from: o.fwC, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C14592fwC {
|
|
public final Ljq a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
public final String g;
|
|
public final String i;
|
|
public final String j;
|
|
|
|
public C14592fwC(String str, String str2, String str3, String str4, String str5, String str6, String str7, Ljq ljq) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str6, "");
|
|
C14957gcv.e(str7, "");
|
|
C14957gcv.e(ljq, "");
|
|
this.i = str;
|
|
this.b = str2;
|
|
this.g = str3;
|
|
this.j = str4;
|
|
this.d = str5;
|
|
this.c = str6;
|
|
this.e = str7;
|
|
this.a = ljq;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.i;
|
|
String str2 = this.b;
|
|
String str3 = this.g;
|
|
String str4 = this.j;
|
|
String str5 = this.d;
|
|
String str6 = this.c;
|
|
String str7 = this.e;
|
|
Ljq ljq = this.a;
|
|
StringBuilder sb = new StringBuilder("HmlContactInfo(thaiTitle=");
|
|
sb.append(str);
|
|
sb.append(", engTitle=");
|
|
sb.append(str2);
|
|
sb.append(", thaiFirstName=");
|
|
sb.append(str3);
|
|
sb.append(", thaiLastName=");
|
|
sb.append(str4);
|
|
sb.append(", engFirstName=");
|
|
sb.append(str5);
|
|
sb.append(", engLastName=");
|
|
sb.append(str6);
|
|
sb.append(", dateOfBirth=");
|
|
sb.append(str7);
|
|
sb.append(", citizenId=");
|
|
sb.append(ljq);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((((((((((this.i.hashCode() * 31) + this.b.hashCode()) * 31) + this.g.hashCode()) * 31) + this.j.hashCode()) * 31) + this.d.hashCode()) * 31) + this.c.hashCode()) * 31) + this.e.hashCode()) * 31) + this.a.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C14592fwC)) {
|
|
return false;
|
|
}
|
|
C14592fwC c14592fwC = (C14592fwC) obj;
|
|
return C14957gcv.b((Object) this.i, (Object) c14592fwC.i) && C14957gcv.b((Object) this.b, (Object) c14592fwC.b) && C14957gcv.b((Object) this.g, (Object) c14592fwC.g) && C14957gcv.b((Object) this.j, (Object) c14592fwC.j) && C14957gcv.b((Object) this.d, (Object) c14592fwC.d) && C14957gcv.b((Object) this.c, (Object) c14592fwC.c) && C14957gcv.b((Object) this.e, (Object) c14592fwC.e) && C14957gcv.b(this.a, c14592fwC.a);
|
|
}
|
|
}
|