55 lines
1.5 KiB
Java
55 lines
1.5 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class slh {
|
|
public final String a;
|
|
public final String c;
|
|
public final boolean d;
|
|
|
|
public slh(boolean z, String str, String str2) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.d = z;
|
|
this.c = str;
|
|
this.a = str2;
|
|
}
|
|
|
|
public final String toString() {
|
|
boolean z = this.d;
|
|
String str = this.c;
|
|
String str2 = this.a;
|
|
StringBuilder sb = new StringBuilder("QuestionAnswer(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.a.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof slh)) {
|
|
return false;
|
|
}
|
|
slh slhVar = (slh) obj;
|
|
return this.d == slhVar.d && C14957gcv.b((Object) this.c, (Object) slhVar.c) && C14957gcv.b((Object) this.a, (Object) slhVar.a);
|
|
}
|
|
}
|