package V2;

import com.debridstream.tv.data.home.HomeMetaItem;
import q.AbstractC2761L;

/* JADX INFO: renamed from: V2.l1, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0689l1 {

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

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

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

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

    public C0689l1(int i6, String str, String cacheKey, HomeMetaItem homeMetaItem) {
        kotlin.jvm.internal.o.h(cacheKey, "cacheKey");
        this.f7869a = i6;
        this.f7870b = str;
        this.f7871c = cacheKey;
        this.f7872d = homeMetaItem;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0689l1)) {
            return false;
        }
        C0689l1 c0689l1 = (C0689l1) obj;
        return this.f7869a == c0689l1.f7869a && kotlin.jvm.internal.o.c(this.f7870b, c0689l1.f7870b) && kotlin.jvm.internal.o.c(this.f7871c, c0689l1.f7871c) && kotlin.jvm.internal.o.c(this.f7872d, c0689l1.f7872d);
    }

    public final int hashCode() {
        int iB = AbstractC2761L.b(AbstractC2761L.b(Integer.hashCode(this.f7869a) * 31, 31, this.f7870b), 31, this.f7871c);
        HomeMetaItem homeMetaItem = this.f7872d;
        return iB + (homeMetaItem == null ? 0 : homeMetaItem.hashCode());
    }

    public final String toString() {
        return "WatchlistWork(tmdbId=" + this.f7869a + ", type=" + this.f7870b + ", cacheKey=" + this.f7871c + ", cached=" + this.f7872d + ")";
    }
}
