Weather Tracker v1.0.0版本的 MD5 值为:3edef27647e42a8ea0e7c0d2dbf56f97

以下内容为反编译后的 b.java 源代码,内容仅作参考


package com.ironsource.mediationsdk.utils;

import com.fyber.inneractive.sdk.external.InneractiveMediationNameConsts;
import kotlin.Metadata;
import kotlin.jvm.internal.Intrinsics;
import org.json.JSONObject;
@Metadata(d1 = {"\u0000*\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0004\n\u0002\u0010\u000e\n\u0002\b\u0003\n\u0002\u0010\u000b\n\u0002\b\b\n\u0002\u0010\b\n\u0002\b\t\b\u0086\b\u0018\u00002\u00020\u0001B\r\u0012\u0006\u0010\u0002\u001a\u00020\u0003¢\u0006\u0002\u0010\u0004J\t\u0010\u0018\u001a\u00020\u0003HÆ\u0003J\u0013\u0010\u0019\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u0003HÆ\u0001J\u0013\u0010\u001a\u001a\u00020\f2\b\u0010\u001b\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\u001c\u001a\u00020\u0015HÖ\u0001J\t\u0010\u001d\u001a\u00020\bHÖ\u0001R\u0011\u0010\u0002\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u0005\u0010\u0006R\u0011\u0010\u0007\u001a\u00020\b¢\u0006\b\n\u0000\u001a\u0004\b\t\u0010\nR\u0011\u0010\u000b\u001a\u00020\f¢\u0006\b\n\u0000\u001a\u0004\b\u000b\u0010\rR\u0011\u0010\u000e\u001a\u00020\f¢\u0006\b\n\u0000\u001a\u0004\b\u000f\u0010\rR\u0011\u0010\u0010\u001a\u00020\f¢\u0006\b\n\u0000\u001a\u0004\b\u0011\u0010\rR\u0011\u0010\u0012\u001a\u00020\f¢\u0006\b\n\u0000\u001a\u0004\b\u0013\u0010\rR\u0011\u0010\u0014\u001a\u00020\u0015¢\u0006\b\n\u0000\u001a\u0004\b\u0016\u0010\u0017¨\u0006\u001e"}, d2 = {"Lcom/ironsource/mediationsdk/utils/ApplicationGeneralSettings;", "", "config", "Lorg/json/JSONObject;", "(Lorg/json/JSONObject;)V", "getConfig", "()Lorg/json/JSONObject;", "externalArmEventsUrl", "", "getExternalArmEventsUrl", "()Ljava/lang/String;", "isExternalArmEventsEnabled", "", "()Z", "shouldReuseAdvId", "getShouldReuseAdvId", "shouldUseAppSet", "getShouldUseAppSet", "shouldUseSharedThreadPool", "getShouldUseSharedThreadPool", "userAgentExpirationThresholdInHours", "", "getUserAgentExpirationThresholdInHours", "()I", "component1", "copy", "equals", InneractiveMediationNameConsts.OTHER, "hashCode", "toString", "mediationsdk_release"}, k = 1, mv = {1, 7, 1}, xi = 48)
public final class b {
    private final boolean AhRu0ksV;
    private final int Bcny5qC1;
    public final boolean a;
    public final String f3534b;
    private final boolean g8;
    private final JSONObject gt65QHUX;
    private final boolean jB;

    public b(JSONObject config) {
        Intrinsics.checkNotNullParameter(config, "config");
        this.gt65QHUX = config;
        this.a = config.optBoolean("isExternalArmEventsEnabled", true);
        String optString = config.optString("externalArmEventsUrl", "https://outcome-arm-ext-med-ext.sonic-us.supersonicads.com/aemData");
        Intrinsics.checkNotNullExpressionValue(optString, "config.optString(EXTERNA…AL_EVENTS_IMPRESSION_URL)");
        this.f3534b = optString;
        this.jB = config.optBoolean("sid", true);
        this.g8 = config.optBoolean("radvid", false);
        this.Bcny5qC1 = config.optInt("uaeh", 0);
        this.AhRu0ksV = config.optBoolean("sharedThreadPool", false);
    }

    public final boolean a() {
        return this.jB;
    }

    public final boolean b() {
        return this.g8;
    }

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

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

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        return (obj instanceof b) && Intrinsics.areEqual(this.gt65QHUX, ((b) obj).gt65QHUX);
    }

    public final int hashCode() {
        return this.gt65QHUX.hashCode();
    }

    public final String toString() {
        return "ApplicationGeneralSettings(config=" + this.gt65QHUX + ')';
    }
}