package d3;

/* JADX INFO: renamed from: d3.s, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1921s {

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

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

    public C1921s(int i6, int i7) {
        this.f15960a = i6;
        this.f15961b = i7;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1921s)) {
            return false;
        }
        C1921s c1921s = (C1921s) obj;
        return this.f15960a == c1921s.f15960a && this.f15961b == c1921s.f15961b;
    }

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

    public final String toString() {
        return "NextEpisodeTarget(season=" + this.f15960a + ", episode=" + this.f15961b + ")";
    }
}
