package g.a;

import f.w.g;

/* JADX INFO: compiled from: CoroutineName.kt */
/* JADX INFO: loaded from: classes.dex */
public final class g0 extends f.w.a {

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

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

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

        public /* synthetic */ a(f.z.d.g gVar) {
            this();
        }
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        return (obj instanceof g0) && f.z.d.k.a(this.f4031b, ((g0) obj).f4031b);
    }

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

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

    public final String w() {
        return this.f4031b;
    }
}
