package com.seewo.factoryaging.sensor;

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

/* JADX INFO: compiled from: SensorRecordItem.kt */
/* JADX INFO: loaded from: classes.dex */
public final class f {
    private final String a;
    private final String b;
    private long c;

    public f(String str, String str2) {
        r.f(str, "temperature");
        r.f(str2, "humidity");
        this.a = str;
        this.b = str2;
        this.c = System.currentTimeMillis();
    }

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

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

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