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

71 lines
2.3 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes3.dex */
public final class FKU extends C15972jzc {
public final String a;
public final String b;
public final String c;
public final String d;
public final String f;
public final String g;
public final String j;
public FKU(String str, String str2, String str3, String str4, String str5, String str6, String str7) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
this.b = str;
this.a = str2;
this.d = str3;
this.g = str4;
this.c = str5;
this.j = str6;
this.f = str7;
}
public final String toString() {
String str = this.b;
String str2 = this.a;
String str3 = this.d;
String str4 = this.g;
String str5 = this.c;
String str6 = this.j;
String str7 = this.f;
StringBuilder sb = new StringBuilder("BotConfirmPayer(accountFrom=");
sb.append(str);
sb.append(", accountTo=");
sb.append(str2);
sb.append(", amount=");
sb.append(str3);
sb.append(", validateFaceType=");
sb.append(str4);
sb.append(", enrollType=");
sb.append(str5);
sb.append(", limitAmount=");
sb.append(str6);
sb.append(", function=");
sb.append(str7);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((this.b.hashCode() * 31) + this.a.hashCode()) * 31) + this.d.hashCode()) * 31) + this.g.hashCode()) * 31) + this.c.hashCode()) * 31) + this.j.hashCode()) * 31) + this.f.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof FKU)) {
return false;
}
FKU fku = (FKU) obj;
return C14957gcv.b((Object) this.b, (Object) fku.b) && C14957gcv.b((Object) this.a, (Object) fku.a) && C14957gcv.b((Object) this.d, (Object) fku.d) && C14957gcv.b((Object) this.g, (Object) fku.g) && C14957gcv.b((Object) this.c, (Object) fku.c) && C14957gcv.b((Object) this.j, (Object) fku.j) && C14957gcv.b((Object) this.f, (Object) fku.f);
}
}