package e.s.c;

import java.io.Serializable;
import java.util.Objects;

/* JADX INFO: loaded from: classes.dex */
public abstract class b implements e.u.a, Serializable {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public transient e.u.a f5998b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final Object f5999c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final Class f6000d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final String f6001e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final String f6002f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final boolean f6003g;

    public static class a implements Serializable {

        /* JADX INFO: renamed from: b, reason: collision with root package name */
        public static final a f6004b = new a();
    }

    public b() {
        this.f5999c = a.f6004b;
        this.f6000d = null;
        this.f6001e = null;
        this.f6002f = null;
        this.f6003g = false;
    }

    public b(Object obj, Class cls, String str, String str2, boolean z) {
        this.f5999c = obj;
        this.f6000d = cls;
        this.f6001e = str;
        this.f6002f = str2;
        this.f6003g = z;
    }

    public e.u.a g() {
        e.u.a aVar = this.f5998b;
        if (aVar != null) {
            return aVar;
        }
        e.u.a aVarH = h();
        this.f5998b = aVarH;
        return aVarH;
    }

    public abstract e.u.a h();

    public e.u.c i() {
        Class cls = this.f6000d;
        if (cls == null) {
            return null;
        }
        if (!this.f6003g) {
            return q.a(cls);
        }
        Objects.requireNonNull(q.f6016a);
        return new k(cls, "");
    }
}
