package w2;

/* JADX INFO: renamed from: w2.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1699b {

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

    public C1699b(String str) {
        if (str == null) {
            throw new NullPointerException("name is null");
        }
        this.f18295a = str;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1699b)) {
            return false;
        }
        return this.f18295a.equals(((C1699b) obj).f18295a);
    }

    public final int hashCode() {
        return this.f18295a.hashCode() ^ 1000003;
    }

    public final String toString() {
        return I1.a.r(new StringBuilder("Encoding{name=\""), this.f18295a, "\"}");
    }
}
