package e.s.c;

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

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

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

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

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

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

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

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

    public static class a implements Serializable {

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

    public c() {
        this.f6015c = a.f6020b;
        this.f6016d = null;
        this.f6017e = null;
        this.f6018f = null;
        this.f6019g = false;
    }

    public c(Object obj, Class cls, String str, String str2, boolean z) {
        this.f6015c = obj;
        this.f6016d = cls;
        this.f6017e = str;
        this.f6018f = str2;
        this.f6019g = z;
    }

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

    public abstract e.u.a h();

    public e.u.c i() {
        Class cls = this.f6016d;
        if (cls == null) {
            return null;
        }
        if (!this.f6019g) {
            return r.a(cls);
        }
        Objects.requireNonNull(r.f6031a);
        return new m(cls, "");
    }
}
