package o; import java.util.List; /* loaded from: classes3.dex */ public final class WLx { public final String b; public final List c; public final int d; public final String e; public WLx(int i, String str, String str2, List list) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(list, ""); this.d = i; this.e = str; this.b = str2; this.c = list; } public final String toString() { int i = this.d; String str = this.e; String str2 = this.b; List list = this.c; StringBuilder sb = new StringBuilder("Question(questionNumber="); sb.append(i); sb.append(", questionTitle="); sb.append(str); sb.append(", questionSummaryTitle="); sb.append(str2); sb.append(", answers="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((Integer.hashCode(this.d) * 31) + this.e.hashCode()) * 31) + this.b.hashCode()) * 31) + this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof WLx)) { return false; } WLx wLx = (WLx) obj; return this.d == wLx.d && C14957gcv.b((Object) this.e, (Object) wLx.e) && C14957gcv.b((Object) this.b, (Object) wLx.b) && C14957gcv.b(this.c, wLx.c); } }