package com.martsnew.data.model.response;

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

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

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

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

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

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

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

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

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

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

    public SubResponse(@InterfaceC1389i(name = "episode_id") Long l8, @InterfaceC1389i(name = "file_name") String str, @InterfaceC1389i(name = "id") long j8, @InterfaceC1389i(name = "is_deleted") Integer num, @InterfaceC1389i(name = "is_sync") Integer num2, @InterfaceC1389i(name = "lang") String str2, @InterfaceC1389i(name = "lang_code") String str3, @InterfaceC1389i(name = "link") String str4) {
        this.f10948a = l8;
        this.f10949b = str;
        this.f10950c = j8;
        this.f10951d = num;
        this.f10952e = num2;
        this.f10953f = str2;
        this.f10954g = str3;
        this.f10955h = str4;
    }

    public final SubResponse copy(@InterfaceC1389i(name = "episode_id") Long l8, @InterfaceC1389i(name = "file_name") String str, @InterfaceC1389i(name = "id") long j8, @InterfaceC1389i(name = "is_deleted") Integer num, @InterfaceC1389i(name = "is_sync") Integer num2, @InterfaceC1389i(name = "lang") String str2, @InterfaceC1389i(name = "lang_code") String str3, @InterfaceC1389i(name = "link") String str4) {
        return new SubResponse(l8, str, j8, num, num2, str2, str3, str4);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof SubResponse)) {
            return false;
        }
        SubResponse subResponse = (SubResponse) obj;
        return g.a(this.f10948a, subResponse.f10948a) && g.a(this.f10949b, subResponse.f10949b) && this.f10950c == subResponse.f10950c && g.a(this.f10951d, subResponse.f10951d) && g.a(this.f10952e, subResponse.f10952e) && g.a(this.f10953f, subResponse.f10953f) && g.a(this.f10954g, subResponse.f10954g) && g.a(this.f10955h, subResponse.f10955h);
    }

    public final int hashCode() {
        Long l8 = this.f10948a;
        int iHashCode = (l8 == null ? 0 : l8.hashCode()) * 31;
        String str = this.f10949b;
        int iHashCode2 = str == null ? 0 : str.hashCode();
        long j8 = this.f10950c;
        int i = (((iHashCode + iHashCode2) * 31) + ((int) (j8 ^ (j8 >>> 32)))) * 31;
        Integer num = this.f10951d;
        int iHashCode3 = (i + (num == null ? 0 : num.hashCode())) * 31;
        Integer num2 = this.f10952e;
        int iHashCode4 = (iHashCode3 + (num2 == null ? 0 : num2.hashCode())) * 31;
        String str2 = this.f10953f;
        int iHashCode5 = (iHashCode4 + (str2 == null ? 0 : str2.hashCode())) * 31;
        String str3 = this.f10954g;
        int iHashCode6 = (iHashCode5 + (str3 == null ? 0 : str3.hashCode())) * 31;
        String str4 = this.f10955h;
        return iHashCode6 + (str4 != null ? str4.hashCode() : 0);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("SubResponse(episodeId=");
        sb.append(this.f10948a);
        sb.append(", fileName=");
        sb.append(this.f10949b);
        sb.append(", id=");
        sb.append(this.f10950c);
        sb.append(", isDeleted=");
        sb.append(this.f10951d);
        sb.append(", isSync=");
        sb.append(this.f10952e);
        sb.append(", lang=");
        sb.append(this.f10953f);
        sb.append(", langCode=");
        sb.append(this.f10954g);
        sb.append(", link=");
        return a.r(sb, this.f10955h, ")");
    }
}
