package com.martsnew.domain.model;

import P6.g;
import android.os.Parcel;
import android.os.Parcelable;
import d5.AbstractC0844a;
import k5.l;

/* JADX INFO: loaded from: classes.dex */
public final class SubtitleSource implements Parcelable {
    public static final Parcelable.Creator<SubtitleSource> CREATOR = new l(5);

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

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

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

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

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

    /* JADX INFO: renamed from: v, reason: collision with root package name */
    public final boolean f11101v;

    public SubtitleSource(long j8, long j9, String str, String str2, String str3, boolean z8) {
        g.e(str, "link");
        g.e(str2, "lang");
        g.e(str3, "langCode");
        this.f11096q = j8;
        this.f11097r = j9;
        this.f11098s = str;
        this.f11099t = str2;
        this.f11100u = str3;
        this.f11101v = z8;
    }

    @Override // android.os.Parcelable
    public final int describeContents() {
        return 0;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof SubtitleSource)) {
            return false;
        }
        SubtitleSource subtitleSource = (SubtitleSource) obj;
        return this.f11096q == subtitleSource.f11096q && this.f11097r == subtitleSource.f11097r && g.a(this.f11098s, subtitleSource.f11098s) && g.a(this.f11099t, subtitleSource.f11099t) && g.a(this.f11100u, subtitleSource.f11100u) && this.f11101v == subtitleSource.f11101v;
    }

    public final int hashCode() {
        long j8 = this.f11096q;
        long j9 = this.f11097r;
        return AbstractC0844a.g(AbstractC0844a.g(AbstractC0844a.g(((((int) (j8 ^ (j8 >>> 32))) * 31) + ((int) (j9 ^ (j9 >>> 32)))) * 31, 31, this.f11098s), 31, this.f11099t), 31, this.f11100u) + (this.f11101v ? 1231 : 1237);
    }

    public final String toString() {
        return "SubtitleSource(id=" + this.f11096q + ", episodeId=" + this.f11097r + ", link=" + this.f11098s + ", lang=" + this.f11099t + ", langCode=" + this.f11100u + ", isSync=" + this.f11101v + ")";
    }

    @Override // android.os.Parcelable
    public final void writeToParcel(Parcel parcel, int i) {
        g.e(parcel, "dest");
        parcel.writeLong(this.f11096q);
        parcel.writeLong(this.f11097r);
        parcel.writeString(this.f11098s);
        parcel.writeString(this.f11099t);
        parcel.writeString(this.f11100u);
        parcel.writeInt(this.f11101v ? 1 : 0);
    }
}
