package n7;

import P6.g;

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

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

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

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

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

    public a(String str, boolean z8) {
        g.e(str, "name");
        this.f15530a = str;
        this.f15531b = z8;
        this.f15533d = -1L;
    }

    public abstract long a();

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