package N4;

import r4.AbstractC0983h;

/* JADX INFO: loaded from: classes.dex */
public abstract class a {

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

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

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

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

    public a(String str, boolean z5) {
        AbstractC0983h.e("name", str);
        this.f2232a = str;
        this.f2233b = z5;
        this.f2235d = -1L;
    }

    public abstract long a();

    public final String toString() {
        return this.f2232a;
    }
}
