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

43 lines
1.1 KiB
Java

package o;
import java.util.List;
/* renamed from: o.fvg, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C14569fvg {
public final int a;
public final List<WLx> e;
public C14569fvg(int i, List<WLx> list) {
C14957gcv.e(list, "");
this.a = i;
this.e = list;
}
public final String toString() {
int i = this.a;
List<WLx> list = this.e;
StringBuilder sb = new StringBuilder("SectionsItem(sectionNumber=");
sb.append(i);
sb.append(", questions=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (Integer.hashCode(this.a) * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C14569fvg)) {
return false;
}
C14569fvg c14569fvg = (C14569fvg) obj;
return this.a == c14569fvg.a && C14957gcv.b(this.e, c14569fvg.e);
}
}