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

54 lines
1.4 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class fPP {
public final int c;
public final String d;
public final boolean e;
public fPP(boolean z, String str, int i) {
C14957gcv.e(str, "");
this.e = z;
this.d = str;
this.c = i;
}
public final String toString() {
boolean z = this.e;
String str = this.d;
int i = this.c;
StringBuilder sb = new StringBuilder("InvestmentRiskAssessmentAnswer(isSelected=");
sb.append(z);
sb.append(", choice=");
sb.append(str);
sb.append(", score=");
sb.append(i);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
/* JADX WARN: Type inference failed for: r0v1, types: [int] */
/* JADX WARN: Type inference failed for: r0v6 */
/* JADX WARN: Type inference failed for: r0v7 */
public final int hashCode() {
boolean z = this.e;
?? r0 = z;
if (z) {
r0 = 1;
}
return (((r0 * 31) + this.d.hashCode()) * 31) + Integer.hashCode(this.c);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof fPP)) {
return false;
}
fPP fpp = (fPP) obj;
return this.e == fpp.e && C14957gcv.b((Object) this.d, (Object) fpp.d) && this.c == fpp.c;
}
}