package X3;

import a4.C0398a;
import android.text.TextUtils;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Locale;

/* JADX INFO: loaded from: classes.dex */
public final class b {

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public static final String[] f7217g = {"experimentId", "experimentStartTime", "timeToLiveMillis", "triggerTimeoutMillis", "variantId"};

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public static final SimpleDateFormat f7218h = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss", Locale.US);

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

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final Date f7222d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final long f7223e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final long f7224f;

    public b(String str, String str2, String str3, Date date, long j8, long j9) {
        this.f7219a = str;
        this.f7220b = str2;
        this.f7221c = str3;
        this.f7222d = date;
        this.f7223e = j8;
        this.f7224f = j9;
    }

    public final C0398a a() {
        C0398a c0398a = new C0398a();
        c0398a.f7597a = "frc";
        c0398a.f7608m = this.f7222d.getTime();
        c0398a.f7598b = this.f7219a;
        c0398a.f7599c = this.f7220b;
        String str = this.f7221c;
        if (TextUtils.isEmpty(str)) {
            str = null;
        }
        c0398a.f7600d = str;
        c0398a.f7601e = this.f7223e;
        c0398a.f7605j = this.f7224f;
        return c0398a;
    }
}
