package com.martsnew.data.model.response;

import P6.g;
import o6.InterfaceC1389i;
import o6.InterfaceC1392l;

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

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

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

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

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

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

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

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

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

    public EpisodeResponse(@InterfaceC1389i(name = "id") long j8, @InterfaceC1389i(name = "movie_id") Long l8, @InterfaceC1389i(name = "still_path") String str, @InterfaceC1389i(name = "season_id") Long l9, @InterfaceC1389i(name = "name") String str2, @InterfaceC1389i(name = "episode_number") Long l10, @InterfaceC1389i(name = "air_date") String str3, @InterfaceC1389i(name = "runtime") Integer num) {
        this.f10753a = j8;
        this.f10754b = l8;
        this.f10755c = str;
        this.f10756d = l9;
        this.f10757e = str2;
        this.f10758f = l10;
        this.f10759g = str3;
        this.f10760h = num;
    }

    public final EpisodeResponse copy(@InterfaceC1389i(name = "id") long j8, @InterfaceC1389i(name = "movie_id") Long l8, @InterfaceC1389i(name = "still_path") String str, @InterfaceC1389i(name = "season_id") Long l9, @InterfaceC1389i(name = "name") String str2, @InterfaceC1389i(name = "episode_number") Long l10, @InterfaceC1389i(name = "air_date") String str3, @InterfaceC1389i(name = "runtime") Integer num) {
        return new EpisodeResponse(j8, l8, str, l9, str2, l10, str3, num);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof EpisodeResponse)) {
            return false;
        }
        EpisodeResponse episodeResponse = (EpisodeResponse) obj;
        return this.f10753a == episodeResponse.f10753a && g.a(this.f10754b, episodeResponse.f10754b) && g.a(this.f10755c, episodeResponse.f10755c) && g.a(this.f10756d, episodeResponse.f10756d) && g.a(this.f10757e, episodeResponse.f10757e) && g.a(this.f10758f, episodeResponse.f10758f) && g.a(this.f10759g, episodeResponse.f10759g) && g.a(this.f10760h, episodeResponse.f10760h);
    }

    public final int hashCode() {
        long j8 = this.f10753a;
        int i = ((int) (j8 ^ (j8 >>> 32))) * 31;
        Long l8 = this.f10754b;
        int iHashCode = (i + (l8 == null ? 0 : l8.hashCode())) * 31;
        String str = this.f10755c;
        int iHashCode2 = (iHashCode + (str == null ? 0 : str.hashCode())) * 31;
        Long l9 = this.f10756d;
        int iHashCode3 = (iHashCode2 + (l9 == null ? 0 : l9.hashCode())) * 31;
        String str2 = this.f10757e;
        int iHashCode4 = (iHashCode3 + (str2 == null ? 0 : str2.hashCode())) * 31;
        Long l10 = this.f10758f;
        int iHashCode5 = (iHashCode4 + (l10 == null ? 0 : l10.hashCode())) * 31;
        String str3 = this.f10759g;
        int iHashCode6 = (iHashCode5 + (str3 == null ? 0 : str3.hashCode())) * 31;
        Integer num = this.f10760h;
        return iHashCode6 + (num != null ? num.hashCode() : 0);
    }

    public final String toString() {
        return "EpisodeResponse(id=" + this.f10753a + ", movieId=" + this.f10754b + ", stillPath=" + this.f10755c + ", seasonId=" + this.f10756d + ", name=" + this.f10757e + ", episodeNumber=" + this.f10758f + ", airDate=" + this.f10759g + ", runtime=" + this.f10760h + ")";
    }
}
