package g3;

/* JADX INFO: loaded from: classes.dex */
public final class w extends y {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final int f16585a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final int f16586b;

    public w(int i6, int i7) {
        this.f16585a = i6;
        this.f16586b = i7;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof w)) {
            return false;
        }
        w wVar = (w) obj;
        return this.f16585a == wVar.f16585a && this.f16586b == wVar.f16586b;
    }

    public final int hashCode() {
        return Integer.hashCode(this.f16586b) + (Integer.hashCode(this.f16585a) * 31);
    }

    public final String toString() {
        return "Next(season=" + this.f16585a + ", episode=" + this.f16586b + ")";
    }
}
