package V2;

import q.AbstractC2761L;

/* JADX INFO: renamed from: V2.s1, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0718s1 extends AbstractC0742y1 {

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

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

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

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

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final Y2.r f8061e;

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

    public C0718s1(String id, String str, int i6, String str2, Y2.r rVar, EnumC0722t1 titleKind) {
        kotlin.jvm.internal.o.h(id, "id");
        kotlin.jvm.internal.o.h(titleKind, "titleKind");
        this.f8057a = id;
        this.f8058b = str;
        this.f8059c = i6;
        this.f8060d = str2;
        this.f8061e = rVar;
        this.f8062f = titleKind;
    }

    public static C0718s1 d(C0718s1 c0718s1, String str, String title, String str2, Y2.r rVar, EnumC0722t1 enumC0722t1, int i6) {
        if ((i6 & 1) != 0) {
            str = c0718s1.f8057a;
        }
        String id = str;
        if ((i6 & 16) != 0) {
            rVar = c0718s1.f8061e;
        }
        Y2.r bridgeMeta = rVar;
        if ((i6 & 32) != 0) {
            enumC0722t1 = c0718s1.f8062f;
        }
        EnumC0722t1 titleKind = enumC0722t1;
        kotlin.jvm.internal.o.h(id, "id");
        kotlin.jvm.internal.o.h(title, "title");
        kotlin.jvm.internal.o.h(bridgeMeta, "bridgeMeta");
        kotlin.jvm.internal.o.h(titleKind, "titleKind");
        return new C0718s1(id, title, c0718s1.f8059c, str2, bridgeMeta, titleKind);
    }

    @Override // V2.AbstractC0742y1
    public final String a() {
        return this.f8057a;
    }

    @Override // V2.AbstractC0742y1
    public final boolean b() {
        return true;
    }

    @Override // V2.AbstractC0742y1
    public final String c() {
        return this.f8058b;
    }

    public final Y2.r e() {
        return this.f8061e;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0718s1)) {
            return false;
        }
        C0718s1 c0718s1 = (C0718s1) obj;
        return kotlin.jvm.internal.o.c(this.f8057a, c0718s1.f8057a) && this.f8058b.equals(c0718s1.f8058b) && this.f8059c == c0718s1.f8059c && kotlin.jvm.internal.o.c(this.f8060d, c0718s1.f8060d) && this.f8061e.equals(c0718s1.f8061e) && this.f8062f == c0718s1.f8062f;
    }

    public final String f() {
        return this.f8060d;
    }

    public final int g() {
        return this.f8059c;
    }

    public final int hashCode() {
        int iA = AbstractC2761L.a(this.f8059c, AbstractC2761L.b(this.f8057a.hashCode() * 31, 31, this.f8058b), 31);
        String str = this.f8060d;
        return Boolean.hashCode(true) + ((this.f8062f.hashCode() + ((this.f8061e.hashCode() + ((iA + (str == null ? 0 : str.hashCode())) * 31)) * 31)) * 31);
    }

    public final String toString() {
        return "BecauseYouWatched(id=" + this.f8057a + ", title=" + this.f8058b + ", seedTmdbId=" + this.f8059c + ", seedImdbId=" + this.f8060d + ", bridgeMeta=" + this.f8061e + ", titleKind=" + this.f8062f + ", inPlace=true)";
    }
}
