package o; /* loaded from: classes3.dex */ public final class tGN { public final boolean a; public final int b; public final int d; public final boolean e; public tGN(int i, int i2, boolean z, boolean z2) { this.b = i; this.d = i2; this.e = z; this.a = z2; } public final String toString() { int i = this.b; int i2 = this.d; boolean z = this.e; boolean z2 = this.a; StringBuilder sb = new StringBuilder("ECouponTransactionPaginate(currentPage="); sb.append(i); sb.append(", pageSize="); sb.append(i2); sb.append(", hasNextPage="); sb.append(z); sb.append(", hasPreviousPage="); sb.append(z2); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ public final int hashCode() { int hashCode = Integer.hashCode(this.b); int hashCode2 = Integer.hashCode(this.d); boolean z = this.e; int i = z; if (z != 0) { i = 1; } boolean z2 = this.a; return (((((hashCode * 31) + hashCode2) * 31) + i) * 31) + (z2 ? 1 : z2 ? 1 : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof tGN)) { return false; } tGN tgn = (tGN) obj; return this.b == tgn.b && this.d == tgn.d && this.e == tgn.e && this.a == tgn.a; } }