package com.martsnew.data.model.response;

import P6.g;
import java.util.List;
import o6.InterfaceC1389i;
import o6.InterfaceC1392l;

/* JADX INFO: loaded from: classes.dex */
@InterfaceC1392l(generateAdapter = true)
public final class HomeResponse {

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final List f10800h;
    public final List i;

    public HomeResponse(@InterfaceC1389i(name = "id") String str, @InterfaceC1389i(name = "type") Integer num, @InterfaceC1389i(name = "title") String str2, @InterfaceC1389i(name = "shortcut") List<ShortcutResponse> list, @InterfaceC1389i(name = "slide") List<MovieResponse> list2, @InterfaceC1389i(name = "filter") List<FilterResponse> list3, @InterfaceC1389i(name = "data") List<MovieResponse> list4, @InterfaceC1389i(name = "tabs") List<TabResponse> list5, @InterfaceC1389i(name = "continue-watch") List<ContinueWatchResponse> list6) {
        this.f10793a = str;
        this.f10794b = num;
        this.f10795c = str2;
        this.f10796d = list;
        this.f10797e = list2;
        this.f10798f = list3;
        this.f10799g = list4;
        this.f10800h = list5;
        this.i = list6;
    }

    public final HomeResponse copy(@InterfaceC1389i(name = "id") String str, @InterfaceC1389i(name = "type") Integer num, @InterfaceC1389i(name = "title") String str2, @InterfaceC1389i(name = "shortcut") List<ShortcutResponse> list, @InterfaceC1389i(name = "slide") List<MovieResponse> list2, @InterfaceC1389i(name = "filter") List<FilterResponse> list3, @InterfaceC1389i(name = "data") List<MovieResponse> list4, @InterfaceC1389i(name = "tabs") List<TabResponse> list5, @InterfaceC1389i(name = "continue-watch") List<ContinueWatchResponse> list6) {
        return new HomeResponse(str, num, str2, list, list2, list3, list4, list5, list6);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof HomeResponse)) {
            return false;
        }
        HomeResponse homeResponse = (HomeResponse) obj;
        return g.a(this.f10793a, homeResponse.f10793a) && g.a(this.f10794b, homeResponse.f10794b) && g.a(this.f10795c, homeResponse.f10795c) && g.a(this.f10796d, homeResponse.f10796d) && g.a(this.f10797e, homeResponse.f10797e) && g.a(this.f10798f, homeResponse.f10798f) && g.a(this.f10799g, homeResponse.f10799g) && g.a(this.f10800h, homeResponse.f10800h) && g.a(this.i, homeResponse.i);
    }

    public final int hashCode() {
        String str = this.f10793a;
        int iHashCode = (str == null ? 0 : str.hashCode()) * 31;
        Integer num = this.f10794b;
        int iHashCode2 = (iHashCode + (num == null ? 0 : num.hashCode())) * 31;
        String str2 = this.f10795c;
        int iHashCode3 = (iHashCode2 + (str2 == null ? 0 : str2.hashCode())) * 31;
        List list = this.f10796d;
        int iHashCode4 = (iHashCode3 + (list == null ? 0 : list.hashCode())) * 31;
        List list2 = this.f10797e;
        int iHashCode5 = (iHashCode4 + (list2 == null ? 0 : list2.hashCode())) * 31;
        List list3 = this.f10798f;
        int iHashCode6 = (iHashCode5 + (list3 == null ? 0 : list3.hashCode())) * 31;
        List list4 = this.f10799g;
        int iHashCode7 = (iHashCode6 + (list4 == null ? 0 : list4.hashCode())) * 31;
        List list5 = this.f10800h;
        int iHashCode8 = (iHashCode7 + (list5 == null ? 0 : list5.hashCode())) * 31;
        List list6 = this.i;
        return iHashCode8 + (list6 != null ? list6.hashCode() : 0);
    }

    public final String toString() {
        return "HomeResponse(id=" + this.f10793a + ", type=" + this.f10794b + ", title=" + this.f10795c + ", shortcut=" + this.f10796d + ", slide=" + this.f10797e + ", filter=" + this.f10798f + ", data=" + this.f10799g + ", tabs=" + this.f10800h + ", continueWatch=" + this.i + ")";
    }
}
