package k5;

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

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

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

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

    public C1105e(Shortcut shortcut, List list) {
        P6.g.e(list, "list");
        this.f13971a = shortcut;
        this.f13972b = list;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1105e)) {
            return false;
        }
        C1105e c1105e = (C1105e) obj;
        return P6.g.a(this.f13971a, c1105e.f13971a) && P6.g.a(this.f13972b, c1105e.f13972b);
    }

    public final int hashCode() {
        return this.f13972b.hashCode() + (this.f13971a.hashCode() * 31);
    }

    public final String toString() {
        return "MovieRow(shortcut=" + this.f13971a + ", list=" + this.f13972b + ")";
    }
}
