package com.google.android.gms.internal.pal;

import java.util.Collection;

/* JADX INFO: loaded from: classes2.dex */
public abstract class h5 {

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

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

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

    public h5(int i10, String str, Object obj) {
        this.f20946a = i10;
        this.f20947b = str;
        this.f20948c = obj;
        ((Collection) f5.f20904d.f20905a.f20983a).add(this);
    }

    public static void a(int i10, String str) {
        new g5(Integer.valueOf(i10), str, 1);
    }

    public static g5 b(long j10, String str) {
        return new g5(Long.valueOf(j10), str, 2);
    }

    public static g5 c(int i10, String str, Boolean bool) {
        return new g5(i10, str, bool);
    }

    public static g5 d(String str, String str2) {
        return new g5(str2, str, 4);
    }

    public static void e() {
        ((Collection) f5.f20904d.f20905a.f20984b).add(d("gads:sdk_core_constants:experiment_id", null));
    }
}
