package h3;

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

/* JADX INFO: renamed from: h3.t4, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2196t4 implements InterfaceC2214w4 {

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

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

    public C2196t4(HomeMetaItem homeMetaItem, String cellKey) {
        kotlin.jvm.internal.o.h(cellKey, "cellKey");
        this.f18557a = homeMetaItem;
        this.f18558b = cellKey;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2196t4)) {
            return false;
        }
        C2196t4 c2196t4 = (C2196t4) obj;
        return kotlin.jvm.internal.o.c(this.f18557a, c2196t4.f18557a) && kotlin.jvm.internal.o.c(this.f18558b, c2196t4.f18558b);
    }

    public final int hashCode() {
        return this.f18558b.hashCode() + (this.f18557a.hashCode() * 31);
    }

    public final String toString() {
        return "Preview(item=" + this.f18557a + ", cellKey=" + this.f18558b + ")";
    }
}
