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

76 lines
2.5 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class OY {
public final String a;
public final int b;
public final String c;
public final String d;
public final String e;
public final String f;
public final String i;
public final String j;
public OY(String str, String str2, String str3, String str4, String str5, String str6, String str7, int i) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
this.c = str;
this.i = str2;
this.e = str3;
this.f = str4;
this.j = str5;
this.d = str6;
this.a = str7;
this.b = i;
}
public final String toString() {
String str = this.c;
String str2 = this.i;
String str3 = this.e;
String str4 = this.f;
String str5 = this.j;
String str6 = this.d;
String str7 = this.a;
int i = this.b;
StringBuilder sb = new StringBuilder("AssessmentDialogDisplay(dialogTitle=");
sb.append(str);
sb.append(", firstTitle=");
sb.append(str2);
sb.append(", firstText=");
sb.append(str3);
sb.append(", secondTitle=");
sb.append(str4);
sb.append(", secondText=");
sb.append(str5);
sb.append(", buttonPositiveText=");
sb.append(str6);
sb.append(", buttonNegativeText=");
sb.append(str7);
sb.append(", condition=");
sb.append(i);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((((this.c.hashCode() * 31) + this.i.hashCode()) * 31) + this.e.hashCode()) * 31) + this.f.hashCode()) * 31) + this.j.hashCode()) * 31) + this.d.hashCode()) * 31) + this.a.hashCode()) * 31) + Integer.hashCode(this.b);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof OY)) {
return false;
}
OY oy = (OY) obj;
return C14957gcv.b((Object) this.c, (Object) oy.c) && C14957gcv.b((Object) this.i, (Object) oy.i) && C14957gcv.b((Object) this.e, (Object) oy.e) && C14957gcv.b((Object) this.f, (Object) oy.f) && C14957gcv.b((Object) this.j, (Object) oy.j) && C14957gcv.b((Object) this.d, (Object) oy.d) && C14957gcv.b((Object) this.a, (Object) oy.a) && this.b == oy.b;
}
}