56 lines
1.6 KiB
Java
56 lines
1.6 KiB
Java
package o;
|
|
|
|
/* renamed from: o.Qv, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0889Qv {
|
|
public final String c;
|
|
public boolean d;
|
|
public final String e;
|
|
|
|
public C0889Qv(boolean z, String str, String str2) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.d = z;
|
|
this.c = str;
|
|
this.e = str2;
|
|
}
|
|
|
|
public final String toString() {
|
|
boolean z = this.d;
|
|
String str = this.c;
|
|
String str2 = this.e;
|
|
StringBuilder sb = new StringBuilder("SuitabilityAssessmentAnswerDisplay(selected=");
|
|
sb.append(z);
|
|
sb.append(", title=");
|
|
sb.append(str);
|
|
sb.append(", score=");
|
|
sb.append(str2);
|
|
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.d;
|
|
?? r0 = z;
|
|
if (z) {
|
|
r0 = 1;
|
|
}
|
|
return (((r0 * 31) + this.c.hashCode()) * 31) + this.e.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0889Qv)) {
|
|
return false;
|
|
}
|
|
C0889Qv c0889Qv = (C0889Qv) obj;
|
|
return this.d == c0889Qv.d && C14957gcv.b((Object) this.c, (Object) c0889Qv.c) && C14957gcv.b((Object) this.e, (Object) c0889Qv.e);
|
|
}
|
|
}
|