package p138.p176.p177.p178;

import p138.p139.p143.p144.C2803;

/* JADX INFO: renamed from: ދ.ހ.֏.֏.֏, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C3253 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final String f9597;

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

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj instanceof C3253) {
            return this.f9597.equals(((C3253) obj).f9597);
        }
        return false;
    }

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

    public String toString() {
        return C2803.m4884(C2803.m4889("Encoding{name=\""), this.f9597, "\"}");
    }
}
