package V2;

import q.AbstractC2761L;

/* JADX INFO: loaded from: classes.dex */
public final class P2 {

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final boolean f7480c;

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

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final Integer f7483f;

    public P2(int i6, String str, boolean z6, int i7, int i8, Integer num) {
        this.f7478a = i6;
        this.f7479b = str;
        this.f7480c = z6;
        this.f7481d = i7;
        this.f7482e = i8;
        this.f7483f = num;
    }

    public static P2 a(P2 p22, int i6, int i7) {
        int i8 = p22.f7478a;
        String str = p22.f7479b;
        boolean z6 = p22.f7480c;
        p22.getClass();
        return new P2(i8, str, z6, i6, i7, null);
    }

    public final int b() {
        return this.f7482e;
    }

    public final int c() {
        return this.f7481d;
    }

    public final boolean d() {
        return this.f7480c;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof P2)) {
            return false;
        }
        P2 p22 = (P2) obj;
        return this.f7478a == p22.f7478a && kotlin.jvm.internal.o.c(this.f7479b, p22.f7479b) && this.f7480c == p22.f7480c && this.f7481d == p22.f7481d && this.f7482e == p22.f7482e && kotlin.jvm.internal.o.c(this.f7483f, p22.f7483f);
    }

    public final int hashCode() {
        int iHashCode = Integer.hashCode(this.f7478a) * 31;
        String str = this.f7479b;
        int iA = AbstractC2761L.a(this.f7482e, AbstractC2761L.a(this.f7481d, com.google.android.recaptcha.internal.a.f((iHashCode + (str == null ? 0 : str.hashCode())) * 31, 31, this.f7480c), 31), 31);
        Integer num = this.f7483f;
        return iA + (num != null ? num.hashCode() : 0);
    }

    public final String toString() {
        return "OpenSubtitlesPlaybackContext(tmdbId=" + this.f7478a + ", imdbId=" + this.f7479b + ", isTv=" + this.f7480c + ", season=" + this.f7481d + ", episode=" + this.f7482e + ", episodeTmdbId=" + this.f7483f + ")";
    }
}
