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 CastResponse {

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

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

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

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

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

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

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

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

    public CastResponse(@InterfaceC1389i(name = "id") long j8, @InterfaceC1389i(name = "name") String str, @InterfaceC1389i(name = "profile_path") String str2, @InterfaceC1389i(name = "slug") String str3, @InterfaceC1389i(name = "birthday") String str4, @InterfaceC1389i(name = "deathday") String str5, @InterfaceC1389i(name = "biography") String str6, @InterfaceC1389i(name = "place_of_birth") String str7, @InterfaceC1389i(name = "total_movies") Integer num) {
        this.f10666a = j8;
        this.f10667b = str;
        this.f10668c = str2;
        this.f10669d = str3;
        this.f10670e = str4;
        this.f10671f = str5;
        this.f10672g = str6;
        this.f10673h = str7;
        this.i = num;
    }

    public final CastResponse copy(@InterfaceC1389i(name = "id") long j8, @InterfaceC1389i(name = "name") String str, @InterfaceC1389i(name = "profile_path") String str2, @InterfaceC1389i(name = "slug") String str3, @InterfaceC1389i(name = "birthday") String str4, @InterfaceC1389i(name = "deathday") String str5, @InterfaceC1389i(name = "biography") String str6, @InterfaceC1389i(name = "place_of_birth") String str7, @InterfaceC1389i(name = "total_movies") Integer num) {
        return new CastResponse(j8, str, str2, str3, str4, str5, str6, str7, num);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof CastResponse)) {
            return false;
        }
        CastResponse castResponse = (CastResponse) obj;
        return this.f10666a == castResponse.f10666a && g.a(this.f10667b, castResponse.f10667b) && g.a(this.f10668c, castResponse.f10668c) && g.a(this.f10669d, castResponse.f10669d) && g.a(this.f10670e, castResponse.f10670e) && g.a(this.f10671f, castResponse.f10671f) && g.a(this.f10672g, castResponse.f10672g) && g.a(this.f10673h, castResponse.f10673h) && g.a(this.i, castResponse.i);
    }

    public final int hashCode() {
        long j8 = this.f10666a;
        int i = ((int) (j8 ^ (j8 >>> 32))) * 31;
        String str = this.f10667b;
        int iHashCode = (i + (str == null ? 0 : str.hashCode())) * 31;
        String str2 = this.f10668c;
        int iHashCode2 = (iHashCode + (str2 == null ? 0 : str2.hashCode())) * 31;
        String str3 = this.f10669d;
        int iHashCode3 = (iHashCode2 + (str3 == null ? 0 : str3.hashCode())) * 31;
        String str4 = this.f10670e;
        int iHashCode4 = (iHashCode3 + (str4 == null ? 0 : str4.hashCode())) * 31;
        String str5 = this.f10671f;
        int iHashCode5 = (iHashCode4 + (str5 == null ? 0 : str5.hashCode())) * 31;
        String str6 = this.f10672g;
        int iHashCode6 = (iHashCode5 + (str6 == null ? 0 : str6.hashCode())) * 31;
        String str7 = this.f10673h;
        int iHashCode7 = (iHashCode6 + (str7 == null ? 0 : str7.hashCode())) * 31;
        Integer num = this.i;
        return iHashCode7 + (num != null ? num.hashCode() : 0);
    }

    public final String toString() {
        return "CastResponse(id=" + this.f10666a + ", name=" + this.f10667b + ", profilePath=" + this.f10668c + ", slug=" + this.f10669d + ", birthday=" + this.f10670e + ", deathday=" + this.f10671f + ", biography=" + this.f10672g + ", placeOfBirth=" + this.f10673h + ", totalMovies=" + this.i + ")";
    }
}
