package h3;

import com.debridstream.tv.data.home.HomeMetaItem;

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

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final X2.g f18778b;

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

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

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

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

    public /* synthetic */ z5() {
        this(null, null, false, null, false, 0);
    }

    public static z5 a(z5 z5Var, X2.g gVar, String str, boolean z6, int i6, int i7) {
        HomeMetaItem homeMetaItem = z5Var.f18777a;
        if ((i7 & 2) != 0) {
            gVar = z5Var.f18778b;
        }
        X2.g gVar2 = gVar;
        boolean z7 = (i7 & 4) != 0 ? z5Var.f18779c : false;
        if ((i7 & 8) != 0) {
            str = z5Var.f18780d;
        }
        String str2 = str;
        if ((i7 & 16) != 0) {
            z6 = z5Var.f18781e;
        }
        boolean z8 = z6;
        if ((i7 & 32) != 0) {
            i6 = z5Var.f18782f;
        }
        z5Var.getClass();
        return new z5(homeMetaItem, gVar2, z7, str2, z8, i6);
    }

    public final String b() {
        return this.f18780d;
    }

    public final int c() {
        return this.f18782f;
    }

    public final boolean d() {
        return this.f18779c;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof z5)) {
            return false;
        }
        z5 z5Var = (z5) obj;
        return kotlin.jvm.internal.o.c(this.f18777a, z5Var.f18777a) && kotlin.jvm.internal.o.c(this.f18778b, z5Var.f18778b) && this.f18779c == z5Var.f18779c && kotlin.jvm.internal.o.c(this.f18780d, z5Var.f18780d) && this.f18781e == z5Var.f18781e && this.f18782f == z5Var.f18782f;
    }

    public final int hashCode() {
        HomeMetaItem homeMetaItem = this.f18777a;
        int iHashCode = (homeMetaItem == null ? 0 : homeMetaItem.hashCode()) * 31;
        X2.g gVar = this.f18778b;
        int iF = com.google.android.recaptcha.internal.a.f((iHashCode + (gVar == null ? 0 : gVar.hashCode())) * 31, 31, this.f18779c);
        String str = this.f18780d;
        return Integer.hashCode(this.f18782f) + com.google.android.recaptcha.internal.a.f((iF + (str != null ? str.hashCode() : 0)) * 31, 31, this.f18781e);
    }

    public final String toString() {
        return "VideoDetailsUiState(item=" + this.f18777a + ", additionalMeta=" + this.f18778b + ", isLoadingDetails=" + this.f18779c + ", detailsError=" + this.f18780d + ", showCastDetailsOverlay=" + this.f18781e + ", restorePlayFocusToken=" + this.f18782f + ")";
    }

    public z5(HomeMetaItem homeMetaItem, X2.g gVar, boolean z6, String str, boolean z7, int i6) {
        this.f18777a = homeMetaItem;
        this.f18778b = gVar;
        this.f18779c = z6;
        this.f18780d = str;
        this.f18781e = z7;
        this.f18782f = i6;
    }
}
