package d2;

import n1.f;

/* JADX INFO: compiled from: CoroutineName.kt */
/* JADX INFO: loaded from: classes.dex */
public final class a0 extends n1.a {

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public static final a f4463f = new a(null);

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

    /* JADX INFO: compiled from: CoroutineName.kt */
    public static final class a implements f.c<a0> {
        private a() {
        }

        public /* synthetic */ a(w1.e eVar) {
            this();
        }
    }

    public final String d() {
        return this.f4464e;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        return (obj instanceof a0) && w1.g.a(this.f4464e, ((a0) obj).f4464e);
    }

    public int hashCode() {
        return this.f4464e.hashCode();
    }

    public String toString() {
        return "CoroutineName(" + this.f4464e + ')';
    }
}
