package X2;

import kotlin.jvm.internal.o;
import q.AbstractC2761L;

/* JADX INFO: loaded from: classes.dex */
public final class i {

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

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

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

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

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

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

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

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

    public i(int i6, String str, String str2, String str3, int i7, int i8, int i9, String str4) {
        this.f8593a = i6;
        this.f8594b = str;
        this.f8595c = str2;
        this.f8596d = str3;
        this.f8597e = i7;
        this.f8598f = i8;
        this.f8599g = i9;
        this.f8600h = str4;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof i)) {
            return false;
        }
        i iVar = (i) obj;
        return this.f8593a == iVar.f8593a && o.c(this.f8594b, iVar.f8594b) && o.c(this.f8595c, iVar.f8595c) && o.c(this.f8596d, iVar.f8596d) && this.f8597e == iVar.f8597e && this.f8598f == iVar.f8598f && this.f8599g == iVar.f8599g && o.c(this.f8600h, iVar.f8600h);
    }

    public final int hashCode() {
        int iA = AbstractC2761L.a(this.f8599g, AbstractC2761L.a(this.f8598f, AbstractC2761L.a(this.f8597e, AbstractC2761L.b(AbstractC2761L.b(AbstractC2761L.b(Integer.hashCode(this.f8593a) * 31, 31, this.f8594b), 31, this.f8595c), 31, this.f8596d), 31), 31), 31);
        String str = this.f8600h;
        return iA + (str == null ? 0 : str.hashCode());
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("TmdbEpisodeRow(id=");
        sb.append(this.f8593a);
        sb.append(", title=");
        sb.append(this.f8594b);
        sb.append(", overview=");
        sb.append(this.f8595c);
        sb.append(", airDate=");
        sb.append(this.f8596d);
        sb.append(", episodeNumber=");
        sb.append(this.f8597e);
        sb.append(", seasonNumber=");
        sb.append(this.f8598f);
        sb.append(", runTimeMinutes=");
        sb.append(this.f8599g);
        sb.append(", stillImageUrl=");
        return com.google.android.recaptcha.internal.a.n(sb, this.f8600h, ")");
    }
}
