package com.seewo.factoryaging.co2;

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

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

    public f(int i2, int i3) {
        this.a = i2;
        this.b = i3;
        this.c = FactoryAgingApplication.e.c().format(new Date(System.currentTimeMillis()));
    }

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

    public final int b() {
        return this.b;
    }

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

    public /* synthetic */ f(int i2, int i3, int i4, j jVar) {
        this(i2, (i4 & 2) != 0 ? 0 : i3);
    }
}
