package com.chartboost.sdk.impl;

import com.chartboost.sdk.Mediation;
import com.facebook.react.modules.clipboard.zQj.KOzuNINZb;
import kotlin.enums.EnumEntries;
import kotlin.enums.EnumEntriesKt;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;
/* loaded from: classes7.dex */
public abstract class la {

    /* renamed from: a  reason: collision with root package name */
    public final na f1749a;
    public final String b;
    public final String c;
    public final String d;
    public final Mediation e;
    public final b f;
    public ea g;
    public boolean h;
    public boolean i;
    public long j;
    public float k;
    public a l;

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

    public final void a(float f) {
        this.k = f;
    }

    public final void a(ea eaVar) {
        this.g = eaVar;
    }

    public final void a(boolean z) {
        this.h = z;
    }

    public final float b() {
        return this.k;
    }

    public final void b(boolean z) {
        this.i = z;
    }

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

    public final Mediation d() {
        return this.e;
    }

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

    public final na f() {
        return this.f1749a;
    }

    public final a g() {
        return this.l;
    }

    public final boolean h() {
        return this.i;
    }

    public final long i() {
        return this.j;
    }

    public final ea k() {
        return this.g;
    }

    public final b l() {
        return this.f;
    }

    public final boolean m() {
        return this.h;
    }

    public la(na naVar, String str, String str2, String str3, Mediation mediation, b bVar, ea eaVar, boolean z, boolean z2, long j, float f, a aVar) {
        this.f1749a = naVar;
        this.b = str;
        this.c = str2;
        this.d = str3;
        this.e = mediation;
        this.f = bVar;
        this.g = eaVar;
        this.h = z;
        this.i = z2;
        this.j = j;
        this.k = f;
        this.l = aVar;
    }

    public final long j() {
        return y9.a(this.j);
    }

    /* JADX WARN: Failed to restore enum class, 'enum' modifier and super class removed */
    /* JADX WARN: Unknown enum class pattern. Please report as an issue! */
    /* loaded from: classes2.dex */
    public static final class b {
        public static final b b = new b("INFO", 0);
        public static final b c = new b("CRITICAL", 1);
        public static final b d = new b("ERROR", 2);
        public static final /* synthetic */ b[] e;
        public static final /* synthetic */ EnumEntries f;

        static {
            b[] a2 = a();
            e = a2;
            f = EnumEntriesKt.enumEntries(a2);
        }

        public static final /* synthetic */ b[] a() {
            return new b[]{b, c, d};
        }

        public static b valueOf(String str) {
            return (b) Enum.valueOf(b.class, str);
        }

        public static b[] values() {
            return (b[]) e.clone();
        }

        public b(String str, int i) {
        }
    }

    /* JADX WARN: Failed to restore enum class, 'enum' modifier and super class removed */
    /* JADX WARN: Unknown enum class pattern. Please report as an issue! */
    /* loaded from: classes2.dex */
    public static final class a {
        public static final a b = new a("LOW", 0);
        public static final a c = new a("HIGH", 1);
        public static final /* synthetic */ a[] d;
        public static final /* synthetic */ EnumEntries e;

        static {
            a[] a2 = a();
            d = a2;
            e = EnumEntriesKt.enumEntries(a2);
        }

        public static final /* synthetic */ a[] a() {
            return new a[]{b, c};
        }

        public static a valueOf(String str) {
            return (a) Enum.valueOf(a.class, str);
        }

        public static a[] values() {
            return (a[]) d.clone();
        }

        public a(String str, int i) {
        }
    }

    public /* synthetic */ la(na naVar, String str, String str2, String str3, Mediation mediation, b bVar, ea eaVar, boolean z, boolean z2, long j, float f, a aVar, int i, DefaultConstructorMarker defaultConstructorMarker) {
        this(naVar, str, str2, str3, mediation, bVar, (i & 64) != 0 ? new ea(null, null, null, null, null, null, null, null, 255, null) : eaVar, (i & 128) != 0 ? false : z, (i & 256) != 0 ? true : z2, (i & 512) != 0 ? System.currentTimeMillis() : j, (i & 1024) != 0 ? 0.0f : f, aVar, null);
    }

    public String toString() {
        String value = this.f1749a.getValue();
        String str = this.b;
        String str2 = this.c;
        String str3 = this.d;
        Mediation mediation = this.e;
        b bVar = this.f;
        ea eaVar = this.g;
        boolean z = this.h;
        boolean z2 = this.i;
        long j = this.j;
        float f = this.k;
        a aVar = this.l;
        return "TrackingEvent(name=" + value + ", message='" + str + "', impressionAdType='" + str2 + "', location='" + str3 + "', mediation=" + mediation + KOzuNINZb.IEpbnZvTk + bVar + ", trackAd=" + eaVar + ", isLatencyEvent=" + z + ", shouldCalculateLatency=" + z2 + ", timestamp=" + j + ", latency=" + f + ", priority=" + aVar + ", timestampInSeconds=" + j() + ")";
    }

    public /* synthetic */ la(na naVar, String str, String str2, String str3, Mediation mediation, b bVar, ea eaVar, boolean z, boolean z2, long j, float f, a aVar, DefaultConstructorMarker defaultConstructorMarker) {
        this(naVar, str, str2, str3, mediation, bVar, eaVar, z, z2, j, f, aVar);
    }

    public final void a(a aVar) {
        Intrinsics.checkNotNullParameter(aVar, "<set-?>");
        this.l = aVar;
    }
}
