package V2;

import java.util.Map;
import org.json.JSONObject;
import q.AbstractC2761L;

/* JADX INFO: renamed from: V2.j1, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0679j1 {

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

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

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

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

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

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

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

    public C0679j1(String str, Map map, boolean z6, int i6, String str2, String cacheKey, JSONObject jSONObject) {
        kotlin.jvm.internal.o.h(cacheKey, "cacheKey");
        this.f7823a = str;
        this.f7824b = map;
        this.f7825c = z6;
        this.f7826d = i6;
        this.f7827e = str2;
        this.f7828f = cacheKey;
        this.f7829g = jSONObject;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0679j1)) {
            return false;
        }
        C0679j1 c0679j1 = (C0679j1) obj;
        return kotlin.jvm.internal.o.c(this.f7823a, c0679j1.f7823a) && kotlin.jvm.internal.o.c(this.f7824b, c0679j1.f7824b) && this.f7825c == c0679j1.f7825c && this.f7826d == c0679j1.f7826d && kotlin.jvm.internal.o.c(this.f7827e, c0679j1.f7827e) && kotlin.jvm.internal.o.c(this.f7828f, c0679j1.f7828f) && kotlin.jvm.internal.o.c(this.f7829g, c0679j1.f7829g);
    }

    public final int hashCode() {
        int iB = AbstractC2761L.b(AbstractC2761L.b(AbstractC2761L.a(this.f7826d, com.google.android.recaptcha.internal.a.f(A0.a.d(this.f7824b, this.f7823a.hashCode() * 31, 31), 31, this.f7825c), 31), 31, this.f7827e), 31, this.f7828f);
        JSONObject jSONObject = this.f7829g;
        return iB + (jSONObject == null ? 0 : jSONObject.hashCode());
    }

    public final String toString() {
        return "CwWork(syncId=" + this.f7823a + ", data=" + this.f7824b + ", isTv=" + this.f7825c + ", tmdbId=" + this.f7826d + ", type=" + this.f7827e + ", cacheKey=" + this.f7828f + ", cached=" + this.f7829g + ")";
    }
}
