package V2;

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

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

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final g3.n f7651d;

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

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

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

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

    public Z0(String url, String str, String str2, g3.n nVar, P2 p22, Long l, String str3, boolean z6) {
        kotlin.jvm.internal.o.h(url, "url");
        this.f7648a = url;
        this.f7649b = str;
        this.f7650c = str2;
        this.f7651d = nVar;
        this.f7652e = p22;
        this.f7653f = l;
        this.f7654g = str3;
        this.f7655h = z6;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof Z0)) {
            return false;
        }
        Z0 z02 = (Z0) obj;
        return kotlin.jvm.internal.o.c(this.f7648a, z02.f7648a) && kotlin.jvm.internal.o.c(this.f7649b, z02.f7649b) && kotlin.jvm.internal.o.c(this.f7650c, z02.f7650c) && kotlin.jvm.internal.o.c(this.f7651d, z02.f7651d) && kotlin.jvm.internal.o.c(this.f7652e, z02.f7652e) && kotlin.jvm.internal.o.c(this.f7653f, z02.f7653f) && kotlin.jvm.internal.o.c(this.f7654g, z02.f7654g) && this.f7655h == z02.f7655h;
    }

    public final int hashCode() {
        int iHashCode = this.f7648a.hashCode() * 31;
        String str = this.f7649b;
        int iHashCode2 = (iHashCode + (str == null ? 0 : str.hashCode())) * 31;
        String str2 = this.f7650c;
        int iHashCode3 = (this.f7652e.hashCode() + ((this.f7651d.hashCode() + ((iHashCode2 + (str2 == null ? 0 : str2.hashCode())) * 31)) * 31)) * 31;
        Long l = this.f7653f;
        int iHashCode4 = (iHashCode3 + (l == null ? 0 : l.hashCode())) * 31;
        String str3 = this.f7654g;
        return Boolean.hashCode(this.f7655h) + ((iHashCode4 + (str3 != null ? str3.hashCode() : 0)) * 31);
    }

    public final String toString() {
        return "ContinueWatchingDirectPlayParams(url=" + this.f7648a + ", hash=" + this.f7649b + ", debridProvider=" + this.f7650c + ", progressMeta=" + this.f7651d + ", osc=" + this.f7652e + ", seekMs=" + this.f7653f + ", imdbId=" + this.f7654g + ", isLikelyAnime=" + this.f7655h + ")";
    }
}
