20 lines
490 B
Java
20 lines
490 B
Java
package o;
|
|
|
|
import org.threeten.bp.OffsetDateTime;
|
|
|
|
/* renamed from: o.qof, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C16738qof {
|
|
public final String b;
|
|
public final double c;
|
|
public final String d;
|
|
public final OffsetDateTime e;
|
|
|
|
public C16738qof(OffsetDateTime offsetDateTime, String str, String str2, double d) {
|
|
this.e = offsetDateTime;
|
|
this.b = str;
|
|
this.d = str2;
|
|
this.c = d;
|
|
}
|
|
}
|