package V2;

import java.util.List;
import java.util.Map;
import q.AbstractC2761L;

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

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

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

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

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

    /* JADX WARN: Illegal instructions before constructor call */
    public /* synthetic */ w3(B3 b32, List list, int i6) {
        int i7 = i6 & 2;
        x4.y yVar = x4.y.f26065a;
        this(b32, i7 != 0 ? yVar : list, x4.z.f26066a, yVar);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof w3)) {
            return false;
        }
        w3 w3Var = (w3) obj;
        return kotlin.jvm.internal.o.c(this.f8146a, w3Var.f8146a) && kotlin.jvm.internal.o.c(this.f8147b, w3Var.f8147b) && kotlin.jvm.internal.o.c(this.f8148c, w3Var.f8148c) && kotlin.jvm.internal.o.c(this.f8149d, w3Var.f8149d);
    }

    public final int hashCode() {
        B3 b32 = this.f8146a;
        return this.f8149d.hashCode() + A0.a.d(this.f8148c, AbstractC2761L.c(this.f8147b, (b32 == null ? 0 : b32.hashCode()) * 31, 31), 31);
    }

    public final String toString() {
        return "StartupBootstrapResult(authenticatedUser=" + this.f8146a + ", profiles=" + this.f8147b + ", debridKeys=" + this.f8148c + ", customCatalogs=" + this.f8149d + ")";
    }

    public w3(B3 b32, List profiles, Map debridKeys, List customCatalogs) {
        kotlin.jvm.internal.o.h(profiles, "profiles");
        kotlin.jvm.internal.o.h(debridKeys, "debridKeys");
        kotlin.jvm.internal.o.h(customCatalogs, "customCatalogs");
        this.f8146a = b32;
        this.f8147b = profiles;
        this.f8148c = debridKeys;
        this.f8149d = customCatalogs;
    }
}
