package k5;

import com.martsnew.domain.model.Shortcut;
import java.util.List;

/* JADX INFO: renamed from: k5.d, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1104d implements i {

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

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

    public C1104d(Shortcut shortcut, List list) {
        P6.g.e(list, "list");
        this.f13969a = shortcut;
        this.f13970b = list;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1104d)) {
            return false;
        }
        C1104d c1104d = (C1104d) obj;
        return P6.g.a(this.f13969a, c1104d.f13969a) && P6.g.a(this.f13970b, c1104d.f13970b);
    }

    public final int hashCode() {
        return this.f13970b.hashCode() + (this.f13969a.hashCode() * 31);
    }

    public final String toString() {
        return "ContinueWatchRow(shortcut=" + this.f13969a + ", list=" + this.f13970b + ")";
    }
}
