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 f6108c;

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

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

    public e0(u uVar, long j2, h.h hVar) {
        this.f6108c = uVar;
        this.f6109d = j2;
        this.f6110e = hVar;
    }

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

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

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