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

78 lines
2.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import o.AbstractC15351go;
/* loaded from: classes3.dex */
public final class Mdw implements AbstractC15351go.HBt {
final String a;
final Sts b;
final hZR c;
final String d;
final String e;
public Mdw(String str, String str2, Sts sts, String str3, hZR hzr) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(sts, "");
C14957gcv.e(str3, "");
this.d = str;
this.e = str2;
this.b = sts;
this.a = str3;
this.c = hzr;
}
/* loaded from: classes3.dex */
public enum Sts {
CID("P1"),
ALIEN("P7"),
PASSPORT("P8");
final String value;
Sts(String str) {
this.value = str;
}
}
public final String toString() {
String str = this.d;
String str2 = this.e;
Sts sts = this.b;
String str3 = this.a;
hZR hzr = this.c;
StringBuilder sb = new StringBuilder("VerifyUserParams(tilesVersion=");
sb.append(str);
sb.append(", cardId=");
sb.append(str2);
sb.append(", cardType=");
sb.append(sts);
sb.append(", dateOfBirth=");
sb.append(str3);
sb.append(", appInfoRequest=");
sb.append(hzr);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.d.hashCode();
int hashCode2 = this.e.hashCode();
int hashCode3 = this.b.hashCode();
int hashCode4 = this.a.hashCode();
hZR hzr = this.c;
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (hzr == null ? 0 : hzr.hashCode());
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Mdw)) {
return false;
}
Mdw mdw = (Mdw) obj;
return C14957gcv.b((Object) this.d, (Object) mdw.d) && C14957gcv.b((Object) this.e, (Object) mdw.e) && this.b == mdw.b && C14957gcv.b((Object) this.a, (Object) mdw.a) && C14957gcv.b(this.c, mdw.c);
}
}