package com.seewo.factoryaging.q0;

import com.seewo.factoryaging.FactoryAgingApplication;
import j.p0.d.j;
import j.p0.d.r;
import java.util.Date;

/* JADX INFO: compiled from: AirQualityRecordItem.kt */
/* JADX INFO: loaded from: classes.dex */
public final class a {
    private float a;
    private long b;

    public a() {
        this(0.0f, 1, null);
    }

    public a(float f) {
        this.a = f;
        this.b = System.currentTimeMillis();
    }

    public final float a() {
        return this.a;
    }

    public final String b() {
        String str = FactoryAgingApplication.e.c().format(new Date(this.b));
        r.e(str, "FactoryAgingApplication.….format(Date(mTimeStamp))");
        return str;
    }

    public /* synthetic */ a(float f, int i2, j jVar) {
        this((i2 & 1) != 0 ? 0.0f : f);
    }
}
