package com.revenuecat.purchases;

import com.revenuecat.purchases.paywalls.components.common.LocaleId;
import com.revenuecat.purchases.paywalls.components.common.LocalizedVariableLocalizationKeyMapSerializer;
import com.revenuecat.purchases.paywalls.components.common.VariableLocalizationKey;
import com.revenuecat.purchases.paywalls.components.properties.ColorScheme;
import com.revenuecat.purchases.paywalls.components.properties.ColorScheme$$serializer;
import com.revenuecat.purchases.paywalls.components.properties.FontStyle;
import com.revenuecat.purchases.paywalls.components.properties.FontStyleDeserializer;
import g5.e;
import i5.g;
import java.lang.annotation.Annotation;
import java.util.Map;
import k5.F;
import k5.H;
import k5.P;
import k5.a0;
import k5.e0;
import kotlin.jvm.internal.D;
import kotlin.jvm.internal.h;
import kotlin.jvm.internal.o;
import w4.InterfaceC3141c;
import x4.z;

/* JADX INFO: loaded from: classes3.dex */
@InternalRevenueCatAPI
public final class UiConfig {
    private final AppConfig app;
    private final Map<String, CustomVariableDefinition> customVariables;
    private final Map<LocaleId, Map<VariableLocalizationKey, String>> localizations;
    private final VariableConfig variableConfig;
    public static final Companion Companion = new Companion(null);
    private static final g5.a[] $childSerializers = {null, null, null, new H(e0.f20048a, CustomVariableDefinitionSerializer.INSTANCE)};

    @InternalRevenueCatAPI
    public static final class AppConfig {
        private final Map<ColorAlias, ColorScheme> colors;
        private final Map<FontAlias, FontsConfig> fonts;
        public static final Companion Companion = new Companion(null);
        private static final g5.a[] $childSerializers = {new H(ColorAlias$$serializer.INSTANCE, ColorScheme$$serializer.INSTANCE), new H(FontAlias$$serializer.INSTANCE, UiConfig$AppConfig$FontsConfig$$serializer.INSTANCE)};

        public static final class Companion {
            public /* synthetic */ Companion(h hVar) {
                this();
            }

            public final g5.a serializer() {
                return UiConfig$AppConfig$$serializer.INSTANCE;
            }

            private Companion() {
            }
        }

        @InternalRevenueCatAPI
        public static final class FontsConfig {

            /* JADX INFO: renamed from: android, reason: collision with root package name */
            private final FontInfo f14391android;
            public static final Companion Companion = new Companion(null);
            private static final g5.a[] $childSerializers = {new e("com.revenuecat.purchases.UiConfig.AppConfig.FontsConfig.FontInfo", D.a(FontInfo.class), new Q4.c[]{D.a(FontInfo.GoogleFonts.class), D.a(FontInfo.Name.class)}, new g5.a[]{UiConfig$AppConfig$FontsConfig$FontInfo$GoogleFonts$$serializer.INSTANCE, UiConfig$AppConfig$FontsConfig$FontInfo$Name$$serializer.INSTANCE}, new Annotation[0])};

            public static final class Companion {
                public /* synthetic */ Companion(h hVar) {
                    this();
                }

                public final g5.a serializer() {
                    return UiConfig$AppConfig$FontsConfig$$serializer.INSTANCE;
                }

                private Companion() {
                }
            }

            @InternalRevenueCatAPI
            public interface FontInfo {
                public static final Companion Companion = Companion.$$INSTANCE;

                public static final class Companion {
                    static final /* synthetic */ Companion $$INSTANCE = new Companion();

                    private Companion() {
                    }

                    public final g5.a serializer() {
                        return new e("com.revenuecat.purchases.UiConfig.AppConfig.FontsConfig.FontInfo", D.a(FontInfo.class), new Q4.c[]{D.a(GoogleFonts.class), D.a(Name.class)}, new g5.a[]{UiConfig$AppConfig$FontsConfig$FontInfo$GoogleFonts$$serializer.INSTANCE, UiConfig$AppConfig$FontsConfig$FontInfo$Name$$serializer.INSTANCE}, new Annotation[0]);
                    }
                }

                @InternalRevenueCatAPI
                public static final class GoogleFonts implements FontInfo {
                    public static final Companion Companion = new Companion(null);
                    private final String value;

                    public static final class Companion {
                        public /* synthetic */ Companion(h hVar) {
                            this();
                        }

                        public final g5.a serializer() {
                            return UiConfig$AppConfig$FontsConfig$FontInfo$GoogleFonts$$serializer.INSTANCE;
                        }

                        private Companion() {
                        }
                    }

                    @InterfaceC3141c
                    public /* synthetic */ GoogleFonts(int i6, String str, a0 a0Var) {
                        if (1 == (i6 & 1)) {
                            this.value = str;
                        } else {
                            P.h(i6, 1, UiConfig$AppConfig$FontsConfig$FontInfo$GoogleFonts$$serializer.INSTANCE.getDescriptor());
                            throw null;
                        }
                    }

                    public boolean equals(Object obj) {
                        if (this == obj) {
                            return true;
                        }
                        return (obj instanceof GoogleFonts) && o.c(this.value, ((GoogleFonts) obj).value);
                    }

                    public final /* synthetic */ String getValue() {
                        return this.value;
                    }

                    public int hashCode() {
                        return this.value.hashCode();
                    }

                    public String toString() {
                        return Z0.o.r(new StringBuilder("GoogleFonts(value="), this.value, ')');
                    }

                    public GoogleFonts(String value) {
                        o.h(value, "value");
                        this.value = value;
                    }
                }

                @InternalRevenueCatAPI
                public static final class Name implements FontInfo {
                    public static final Companion Companion = new Companion(null);
                    private final String family;
                    private final String hash;
                    private final FontStyle style;
                    private final String url;
                    private final String value;
                    private final Integer weight;

                    public static final class Companion {
                        public /* synthetic */ Companion(h hVar) {
                            this();
                        }

                        public final g5.a serializer() {
                            return UiConfig$AppConfig$FontsConfig$FontInfo$Name$$serializer.INSTANCE;
                        }

                        private Companion() {
                        }
                    }

                    @InterfaceC3141c
                    public /* synthetic */ Name(int i6, String str, String str2, String str3, String str4, Integer num, FontStyle fontStyle, a0 a0Var) {
                        if (1 != (i6 & 1)) {
                            P.h(i6, 1, UiConfig$AppConfig$FontsConfig$FontInfo$Name$$serializer.INSTANCE.getDescriptor());
                            throw null;
                        }
                        this.value = str;
                        if ((i6 & 2) == 0) {
                            this.url = null;
                        } else {
                            this.url = str2;
                        }
                        if ((i6 & 4) == 0) {
                            this.hash = null;
                        } else {
                            this.hash = str3;
                        }
                        if ((i6 & 8) == 0) {
                            this.family = null;
                        } else {
                            this.family = str4;
                        }
                        if ((i6 & 16) == 0) {
                            this.weight = null;
                        } else {
                            this.weight = num;
                        }
                        if ((i6 & 32) == 0) {
                            this.style = null;
                        } else {
                            this.style = fontStyle;
                        }
                    }

                    public static final /* synthetic */ void write$Self$purchases_defaultsBc8Release(Name name, j5.b bVar, g gVar) {
                        bVar.A(gVar, 0, name.value);
                        if (bVar.g(gVar) || name.url != null) {
                            bVar.E(gVar, 1, e0.f20048a, name.url);
                        }
                        if (bVar.g(gVar) || name.hash != null) {
                            bVar.E(gVar, 2, e0.f20048a, name.hash);
                        }
                        if (bVar.g(gVar) || name.family != null) {
                            bVar.E(gVar, 3, e0.f20048a, name.family);
                        }
                        if (bVar.g(gVar) || name.weight != null) {
                            bVar.E(gVar, 4, F.f19995a, name.weight);
                        }
                        if (!bVar.g(gVar) && name.style == null) {
                            return;
                        }
                        bVar.E(gVar, 5, FontStyleDeserializer.INSTANCE, name.style);
                    }

                    public boolean equals(Object obj) {
                        if (this == obj) {
                            return true;
                        }
                        if (!(obj instanceof Name)) {
                            return false;
                        }
                        Name name = (Name) obj;
                        return o.c(this.value, name.value) && o.c(this.url, name.url) && o.c(this.hash, name.hash) && o.c(this.family, name.family) && o.c(this.weight, name.weight) && this.style == name.style;
                    }

                    public final /* synthetic */ String getFamily() {
                        return this.family;
                    }

                    public final /* synthetic */ String getHash() {
                        return this.hash;
                    }

                    public final /* synthetic */ FontStyle getStyle() {
                        return this.style;
                    }

                    public final /* synthetic */ String getUrl() {
                        return this.url;
                    }

                    public final /* synthetic */ String getValue() {
                        return this.value;
                    }

                    public final /* synthetic */ Integer getWeight() {
                        return this.weight;
                    }

                    public int hashCode() {
                        int iHashCode = this.value.hashCode() * 31;
                        String str = this.url;
                        int iHashCode2 = (iHashCode + (str == null ? 0 : str.hashCode())) * 31;
                        String str2 = this.hash;
                        int iHashCode3 = (iHashCode2 + (str2 == null ? 0 : str2.hashCode())) * 31;
                        String str3 = this.family;
                        int iHashCode4 = (iHashCode3 + (str3 == null ? 0 : str3.hashCode())) * 31;
                        Integer num = this.weight;
                        int iHashCode5 = (iHashCode4 + (num == null ? 0 : num.hashCode())) * 31;
                        FontStyle fontStyle = this.style;
                        return iHashCode5 + (fontStyle != null ? fontStyle.hashCode() : 0);
                    }

                    public String toString() {
                        return "Name(value=" + this.value + ", url=" + this.url + ", hash=" + this.hash + ", family=" + this.family + ", weight=" + this.weight + ", style=" + this.style + ')';
                    }

                    public Name(String value, String str, String str2, String str3, Integer num, FontStyle fontStyle) {
                        o.h(value, "value");
                        this.value = value;
                        this.url = str;
                        this.hash = str2;
                        this.family = str3;
                        this.weight = num;
                        this.style = fontStyle;
                    }

                    public /* synthetic */ Name(String str, String str2, String str3, String str4, Integer num, FontStyle fontStyle, int i6, h hVar) {
                        this(str, (i6 & 2) != 0 ? null : str2, (i6 & 4) != 0 ? null : str3, (i6 & 8) != 0 ? null : str4, (i6 & 16) != 0 ? null : num, (i6 & 32) != 0 ? null : fontStyle);
                    }
                }
            }

            @InterfaceC3141c
            public /* synthetic */ FontsConfig(int i6, FontInfo fontInfo, a0 a0Var) {
                if (1 == (i6 & 1)) {
                    this.f14391android = fontInfo;
                } else {
                    P.h(i6, 1, UiConfig$AppConfig$FontsConfig$$serializer.INSTANCE.getDescriptor());
                    throw null;
                }
            }

            public boolean equals(Object obj) {
                if (this == obj) {
                    return true;
                }
                return (obj instanceof FontsConfig) && o.c(this.f14391android, ((FontsConfig) obj).f14391android);
            }

            public final /* synthetic */ FontInfo getAndroid() {
                return this.f14391android;
            }

            public int hashCode() {
                return this.f14391android.hashCode();
            }

            public String toString() {
                return "FontsConfig(android=" + this.f14391android + ')';
            }

            public FontsConfig(FontInfo android2) {
                o.h(android2, "android");
                this.f14391android = android2;
            }
        }

        /* JADX WARN: Multi-variable type inference failed */
        public AppConfig() {
            this((Map) null, (Map) (0 == true ? 1 : 0), 3, (h) (0 == true ? 1 : 0));
        }

        public static final /* synthetic */ void write$Self$purchases_defaultsBc8Release(AppConfig appConfig, j5.b bVar, g gVar) {
            g5.a[] aVarArr = $childSerializers;
            boolean zG = bVar.g(gVar);
            z zVar = z.f26066a;
            if (zG || !o.c(appConfig.colors, zVar)) {
                bVar.z(gVar, 0, aVarArr[0], appConfig.colors);
            }
            if (!bVar.g(gVar) && o.c(appConfig.fonts, zVar)) {
                return;
            }
            bVar.z(gVar, 1, aVarArr[1], appConfig.fonts);
        }

        public boolean equals(Object obj) {
            if (this == obj) {
                return true;
            }
            if (!(obj instanceof AppConfig)) {
                return false;
            }
            AppConfig appConfig = (AppConfig) obj;
            return o.c(this.colors, appConfig.colors) && o.c(this.fonts, appConfig.fonts);
        }

        public final /* synthetic */ Map getColors() {
            return this.colors;
        }

        public final /* synthetic */ Map getFonts() {
            return this.fonts;
        }

        public int hashCode() {
            return this.fonts.hashCode() + (this.colors.hashCode() * 31);
        }

        public String toString() {
            return "AppConfig(colors=" + this.colors + ", fonts=" + this.fonts + ')';
        }

        @InterfaceC3141c
        public /* synthetic */ AppConfig(int i6, Map map, Map map2, a0 a0Var) {
            int i7 = i6 & 1;
            z zVar = z.f26066a;
            if (i7 == 0) {
                this.colors = zVar;
            } else {
                this.colors = map;
            }
            if ((i6 & 2) == 0) {
                this.fonts = zVar;
            } else {
                this.fonts = map2;
            }
        }

        public AppConfig(Map<ColorAlias, ColorScheme> colors, Map<FontAlias, FontsConfig> fonts) {
            o.h(colors, "colors");
            o.h(fonts, "fonts");
            this.colors = colors;
            this.fonts = fonts;
        }

        /* JADX WARN: Illegal instructions before constructor call */
        public /* synthetic */ AppConfig(Map map, Map map2, int i6, h hVar) {
            int i7 = i6 & 1;
            z zVar = z.f26066a;
            this(i7 != 0 ? zVar : map, (i6 & 2) != 0 ? zVar : map2);
        }
    }

    public static final class Companion {
        public /* synthetic */ Companion(h hVar) {
            this();
        }

        public final g5.a serializer() {
            return UiConfig$$serializer.INSTANCE;
        }

        private Companion() {
        }
    }

    @InternalRevenueCatAPI
    public static final class CustomVariableDefinition {
        public static final Companion Companion = new Companion(null);
        private final Object defaultValue;
        private final String type;

        public static final class Companion {
            public /* synthetic */ Companion(h hVar) {
                this();
            }

            public final g5.a serializer() {
                return CustomVariableDefinitionSerializer.INSTANCE;
            }

            private Companion() {
            }
        }

        public CustomVariableDefinition(String type, Object defaultValue) {
            o.h(type, "type");
            o.h(defaultValue, "defaultValue");
            this.type = type;
            this.defaultValue = defaultValue;
        }

        public boolean equals(Object obj) {
            if (this == obj) {
                return true;
            }
            if (!(obj instanceof CustomVariableDefinition)) {
                return false;
            }
            CustomVariableDefinition customVariableDefinition = (CustomVariableDefinition) obj;
            return o.c(this.type, customVariableDefinition.type) && o.c(this.defaultValue, customVariableDefinition.defaultValue);
        }

        public final /* synthetic */ Object getDefaultValue() {
            return this.defaultValue;
        }

        public final /* synthetic */ String getType() {
            return this.type;
        }

        public int hashCode() {
            return this.defaultValue.hashCode() + (this.type.hashCode() * 31);
        }

        public String toString() {
            return "CustomVariableDefinition(type=" + this.type + ", defaultValue=" + this.defaultValue + ')';
        }
    }

    @InternalRevenueCatAPI
    public static final class VariableConfig {
        private static final g5.a[] $childSerializers;
        public static final Companion Companion = new Companion(null);
        private final Map<String, String> functionCompatibilityMap;
        private final Map<String, String> variableCompatibilityMap;

        public static final class Companion {
            public /* synthetic */ Companion(h hVar) {
                this();
            }

            public final g5.a serializer() {
                return UiConfig$VariableConfig$$serializer.INSTANCE;
            }

            private Companion() {
            }
        }

        static {
            e0 e0Var = e0.f20048a;
            $childSerializers = new g5.a[]{new H(e0Var, e0Var), new H(e0Var, e0Var)};
        }

        /* JADX WARN: Multi-variable type inference failed */
        public VariableConfig() {
            this((Map) null, (Map) (0 == true ? 1 : 0), 3, (h) (0 == true ? 1 : 0));
        }

        public static /* synthetic */ void getFunctionCompatibilityMap$annotations() {
        }

        public static /* synthetic */ void getVariableCompatibilityMap$annotations() {
        }

        public static final /* synthetic */ void write$Self$purchases_defaultsBc8Release(VariableConfig variableConfig, j5.b bVar, g gVar) {
            g5.a[] aVarArr = $childSerializers;
            boolean zG = bVar.g(gVar);
            z zVar = z.f26066a;
            if (zG || !o.c(variableConfig.variableCompatibilityMap, zVar)) {
                bVar.z(gVar, 0, aVarArr[0], variableConfig.variableCompatibilityMap);
            }
            if (!bVar.g(gVar) && o.c(variableConfig.functionCompatibilityMap, zVar)) {
                return;
            }
            bVar.z(gVar, 1, aVarArr[1], variableConfig.functionCompatibilityMap);
        }

        public boolean equals(Object obj) {
            if (this == obj) {
                return true;
            }
            if (!(obj instanceof VariableConfig)) {
                return false;
            }
            VariableConfig variableConfig = (VariableConfig) obj;
            return o.c(this.variableCompatibilityMap, variableConfig.variableCompatibilityMap) && o.c(this.functionCompatibilityMap, variableConfig.functionCompatibilityMap);
        }

        public final /* synthetic */ Map getFunctionCompatibilityMap() {
            return this.functionCompatibilityMap;
        }

        public final /* synthetic */ Map getVariableCompatibilityMap() {
            return this.variableCompatibilityMap;
        }

        public int hashCode() {
            return this.functionCompatibilityMap.hashCode() + (this.variableCompatibilityMap.hashCode() * 31);
        }

        public String toString() {
            return "VariableConfig(variableCompatibilityMap=" + this.variableCompatibilityMap + ", functionCompatibilityMap=" + this.functionCompatibilityMap + ')';
        }

        @InterfaceC3141c
        public /* synthetic */ VariableConfig(int i6, Map map, Map map2, a0 a0Var) {
            int i7 = i6 & 1;
            z zVar = z.f26066a;
            if (i7 == 0) {
                this.variableCompatibilityMap = zVar;
            } else {
                this.variableCompatibilityMap = map;
            }
            if ((i6 & 2) == 0) {
                this.functionCompatibilityMap = zVar;
            } else {
                this.functionCompatibilityMap = map2;
            }
        }

        public VariableConfig(Map<String, String> variableCompatibilityMap, Map<String, String> functionCompatibilityMap) {
            o.h(variableCompatibilityMap, "variableCompatibilityMap");
            o.h(functionCompatibilityMap, "functionCompatibilityMap");
            this.variableCompatibilityMap = variableCompatibilityMap;
            this.functionCompatibilityMap = functionCompatibilityMap;
        }

        /* JADX WARN: Illegal instructions before constructor call */
        public /* synthetic */ VariableConfig(Map map, Map map2, int i6, h hVar) {
            int i7 = i6 & 1;
            z zVar = z.f26066a;
            this(i7 != 0 ? zVar : map, (i6 & 2) != 0 ? zVar : map2);
        }
    }

    public UiConfig() {
        this((AppConfig) null, (Map) null, (VariableConfig) null, (Map) null, 15, (h) null);
    }

    public static /* synthetic */ void getCustomVariables$annotations() {
    }

    public static /* synthetic */ void getLocalizations$annotations() {
    }

    public static /* synthetic */ void getVariableConfig$annotations() {
    }

    /* JADX WARN: Multi-variable type inference failed */
    public static final /* synthetic */ void write$Self$purchases_defaultsBc8Release(UiConfig uiConfig, j5.b bVar, g gVar) {
        g5.a[] aVarArr = $childSerializers;
        int i6 = 3;
        Map map = null;
        Object[] objArr = 0;
        Object[] objArr2 = 0;
        Object[] objArr3 = 0;
        Object[] objArr4 = 0;
        Object[] objArr5 = 0;
        if (bVar.g(gVar) || !o.c(uiConfig.app, new AppConfig(map, (Map) (objArr5 == true ? 1 : 0), i6, (h) (objArr4 == true ? 1 : 0)))) {
            bVar.z(gVar, 0, UiConfig$AppConfig$$serializer.INSTANCE, uiConfig.app);
        }
        boolean zG = bVar.g(gVar);
        z zVar = z.f26066a;
        if (zG || !o.c(uiConfig.localizations, zVar)) {
            bVar.z(gVar, 1, LocalizedVariableLocalizationKeyMapSerializer.INSTANCE, uiConfig.localizations);
        }
        if (bVar.g(gVar) || !o.c(uiConfig.variableConfig, new VariableConfig((Map) (objArr3 == true ? 1 : 0), (Map) (objArr2 == true ? 1 : 0), i6, (h) (objArr == true ? 1 : 0)))) {
            bVar.z(gVar, 2, UiConfig$VariableConfig$$serializer.INSTANCE, uiConfig.variableConfig);
        }
        if (!bVar.g(gVar) && o.c(uiConfig.customVariables, zVar)) {
            return;
        }
        bVar.z(gVar, 3, aVarArr[3], uiConfig.customVariables);
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof UiConfig)) {
            return false;
        }
        UiConfig uiConfig = (UiConfig) obj;
        return o.c(this.app, uiConfig.app) && o.c(this.localizations, uiConfig.localizations) && o.c(this.variableConfig, uiConfig.variableConfig) && o.c(this.customVariables, uiConfig.customVariables);
    }

    public final /* synthetic */ AppConfig getApp() {
        return this.app;
    }

    public final /* synthetic */ Map getCustomVariables() {
        return this.customVariables;
    }

    public final /* synthetic */ Map getLocalizations() {
        return this.localizations;
    }

    public final /* synthetic */ VariableConfig getVariableConfig() {
        return this.variableConfig;
    }

    public int hashCode() {
        return this.customVariables.hashCode() + ((this.variableConfig.hashCode() + A0.a.d(this.localizations, this.app.hashCode() * 31, 31)) * 31);
    }

    public String toString() {
        return "UiConfig(app=" + this.app + ", localizations=" + this.localizations + ", variableConfig=" + this.variableConfig + ", customVariables=" + this.customVariables + ')';
    }

    /* JADX WARN: Multi-variable type inference failed */
    @InterfaceC3141c
    public /* synthetic */ UiConfig(int i6, AppConfig appConfig, Map map, VariableConfig variableConfig, Map map2, a0 a0Var) {
        int i7 = 3;
        Object[] objArr = 0;
        Object[] objArr2 = 0;
        Object[] objArr3 = 0;
        this.app = (i6 & 1) == 0 ? new AppConfig((Map) null, (Map) (0 == true ? 1 : 0), i7, (h) (0 == true ? 1 : 0)) : appConfig;
        int i8 = i6 & 2;
        z zVar = z.f26066a;
        if (i8 == 0) {
            this.localizations = zVar;
        } else {
            this.localizations = map;
        }
        if ((i6 & 4) == 0) {
            this.variableConfig = new VariableConfig((Map) (objArr3 == true ? 1 : 0), (Map) (objArr2 == true ? 1 : 0), i7, (h) (objArr == true ? 1 : 0));
        } else {
            this.variableConfig = variableConfig;
        }
        if ((i6 & 8) == 0) {
            this.customVariables = zVar;
        } else {
            this.customVariables = map2;
        }
    }

    /* JADX WARN: Multi-variable type inference failed */
    public UiConfig(AppConfig app, Map<LocaleId, ? extends Map<VariableLocalizationKey, String>> localizations, VariableConfig variableConfig, Map<String, CustomVariableDefinition> customVariables) {
        o.h(app, "app");
        o.h(localizations, "localizations");
        o.h(variableConfig, "variableConfig");
        o.h(customVariables, "customVariables");
        this.app = app;
        this.localizations = localizations;
        this.variableConfig = variableConfig;
        this.customVariables = customVariables;
    }

    /* JADX WARN: Illegal instructions before constructor call */
    /* JADX WARN: Multi-variable type inference failed */
    public /* synthetic */ UiConfig(AppConfig appConfig, Map map, VariableConfig variableConfig, Map map2, int i6, h hVar) {
        int i7 = 3;
        Object[] objArr = 0;
        Object[] objArr2 = 0;
        Object[] objArr3 = 0;
        appConfig = (i6 & 1) != 0 ? new AppConfig((Map) null, (Map) (0 == true ? 1 : 0), i7, (h) (0 == true ? 1 : 0)) : appConfig;
        int i8 = i6 & 2;
        z zVar = z.f26066a;
        this(appConfig, i8 != 0 ? zVar : map, (i6 & 4) != 0 ? new VariableConfig((Map) (objArr3 == true ? 1 : 0), (Map) (objArr2 == true ? 1 : 0), i7, (h) (objArr == true ? 1 : 0)) : variableConfig, (i6 & 8) != 0 ? zVar : map2);
    }
}
