package com.chartboost.sdk.impl;

import com.unity3d.services.ads.gmascar.bridges.mobileads.zqx.qAQjfiMRMDb;
import java.util.List;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;
/* loaded from: classes7.dex */
public final class ja {

    /* renamed from: a  reason: collision with root package name */
    public final boolean f1734a;
    public final List b;
    public final String c;
    public final int d;
    public final int e;
    public final boolean f;
    public final int g;

    public ja(boolean z, List blackList, String str, int i, int i2, boolean z2, int i3) {
        Intrinsics.checkNotNullParameter(blackList, "blackList");
        Intrinsics.checkNotNullParameter(str, qAQjfiMRMDb.VeWhzLzDg);
        this.f1734a = z;
        this.b = blackList;
        this.c = str;
        this.d = i;
        this.e = i2;
        this.f = z2;
        this.g = i3;
    }

    public final List a() {
        return this.b;
    }

    public final String b() {
        return this.c;
    }

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

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

    public final int e() {
        return this.g;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj instanceof ja) {
            ja jaVar = (ja) obj;
            return this.f1734a == jaVar.f1734a && Intrinsics.areEqual(this.b, jaVar.b) && Intrinsics.areEqual(this.c, jaVar.c) && this.d == jaVar.d && this.e == jaVar.e && this.f == jaVar.f && this.g == jaVar.g;
        }
        return false;
    }

    public final int f() {
        return this.e;
    }

    public final boolean g() {
        return this.f1734a;
    }

    public int hashCode() {
        return (((((((((((Boolean.hashCode(this.f1734a) * 31) + this.b.hashCode()) * 31) + this.c.hashCode()) * 31) + Integer.hashCode(this.d)) * 31) + Integer.hashCode(this.e)) * 31) + Boolean.hashCode(this.f)) * 31) + Integer.hashCode(this.g);
    }

    public String toString() {
        boolean z = this.f1734a;
        List list = this.b;
        String str = this.c;
        int i = this.d;
        int i2 = this.e;
        boolean z2 = this.f;
        return "TrackingConfig(isEnabled=" + z + ", blackList=" + list + ", endpoint=" + str + ", eventLimit=" + i + ", windowDuration=" + i2 + ", persistenceEnabled=" + z2 + ", persistenceMaxEvents=" + this.g + ")";
    }

    public /* synthetic */ ja(boolean z, List list, String str, int i, int i2, boolean z2, int i3, int i4, DefaultConstructorMarker defaultConstructorMarker) {
        this((i4 & 1) != 0 ? false : z, (i4 & 2) != 0 ? ka.a() : list, (i4 & 4) != 0 ? "https://ssp-events.chartboost.com/track/sdk" : str, (i4 & 8) != 0 ? 10 : i, (i4 & 16) != 0 ? 60 : i2, (i4 & 32) != 0 ? true : z2, (i4 & 64) != 0 ? 100 : i3);
    }
}
