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

42 lines
1.1 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class yjW extends Pag {
public final String c;
public final C11859enL d;
public yjW(C11859enL c11859enL, String str) {
this.d = c11859enL;
this.c = str;
}
public final String toString() {
C11859enL c11859enL = this.d;
String str = this.c;
StringBuilder sb = new StringBuilder("TouchPointUser(touchPointUserInfo=");
sb.append(c11859enL);
sb.append(", facialRequiredFlag=");
sb.append(str);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
C11859enL c11859enL = this.d;
int hashCode = c11859enL == null ? 0 : c11859enL.hashCode();
String str = this.c;
return (hashCode * 31) + (str != null ? str.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof yjW)) {
return false;
}
yjW yjw = (yjW) obj;
return C14957gcv.b(this.d, yjw.d) && C14957gcv.b((Object) this.c, (Object) yjw.c);
}
}