package P6;

import java.io.Serializable;

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

    /* JADX INFO: renamed from: q, reason: collision with root package name */
    public transient V6.a f5517q;

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

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

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

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

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

    public b(Object obj, Class cls, String str, String str2, boolean z8) {
        this.f5518r = obj;
        this.f5519s = cls;
        this.f5520t = str;
        this.f5521u = str2;
        this.f5522v = z8;
    }

    public abstract V6.a c();

    public final c d() {
        Class cls = this.f5519s;
        if (!this.f5522v) {
            return n.a(cls);
        }
        n.f5536a.getClass();
        return new i(cls);
    }
}
