42 lines
1.1 KiB
Java
42 lines
1.1 KiB
Java
|
package o;
|
||
|
|
||
|
/* renamed from: o.edW, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C11340edW {
|
||
|
public final String a;
|
||
|
public final String c;
|
||
|
|
||
|
public C11340edW(String str, String str2) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
this.c = str;
|
||
|
this.a = str2;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.c;
|
||
|
String str2 = this.a;
|
||
|
StringBuilder sb = new StringBuilder("HmlBusinessOwnerSpouseInfo(thaiName=");
|
||
|
sb.append(str);
|
||
|
sb.append(", citizenId=");
|
||
|
sb.append(str2);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (this.c.hashCode() * 31) + this.a.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C11340edW)) {
|
||
|
return false;
|
||
|
}
|
||
|
C11340edW c11340edW = (C11340edW) obj;
|
||
|
return C14957gcv.b((Object) this.c, (Object) c11340edW.c) && C14957gcv.b((Object) this.a, (Object) c11340edW.a);
|
||
|
}
|
||
|
}
|