package o; import java.util.List; /* renamed from: o.wjF, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C17434wjF { public final List a; public final boolean b; public final Integer c; public final String d; public final int e; public C17434wjF(int i, boolean z, String str, Integer num, List list) { C14957gcv.e(str, ""); C14957gcv.e(list, ""); this.e = i; this.b = z; this.d = str; this.c = num; this.a = list; } public final String toString() { int i = this.e; boolean z = this.b; String str = this.d; Integer num = this.c; List list = this.a; StringBuilder sb = new StringBuilder("HistoryResponse(totalCount="); sb.append(i); sb.append(", endOfListFlag="); sb.append(z); sb.append(", remark="); sb.append(str); sb.append(", pagingOffset="); sb.append(num); sb.append(", transactions="); sb.append(list); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ public final int hashCode() { int hashCode = Integer.hashCode(this.e); boolean z = this.b; int i = z; if (z != 0) { i = 1; } int hashCode2 = this.d.hashCode(); Integer num = this.c; return (((((((hashCode * 31) + i) * 31) + hashCode2) * 31) + (num == null ? 0 : num.hashCode())) * 31) + this.a.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C17434wjF)) { return false; } C17434wjF c17434wjF = (C17434wjF) obj; return this.e == c17434wjF.e && this.b == c17434wjF.b && C14957gcv.b((Object) this.d, (Object) c17434wjF.d) && C14957gcv.b(this.c, c17434wjF.c) && C14957gcv.b(this.a, c17434wjF.a); } }