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