package g;

import javax.annotation.Nullable;

/* JADX INFO: loaded from: classes.dex */
public class e0 extends f0 {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ u f6094c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ long f6095d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ h.h f6096e;

    public e0(u uVar, long j2, h.h hVar) {
        this.f6094c = uVar;
        this.f6095d = j2;
        this.f6096e = hVar;
    }

    @Override // g.f0
    public long a() {
        return this.f6095d;
    }

    @Override // g.f0
    @Nullable
    public u i() {
        return this.f6094c;
    }

    @Override // g.f0
    public h.h o() {
        return this.f6096e;
    }
}
