package p138.p329.p362.p366;

/* JADX INFO: renamed from: ދ.ށ.މ.ޅ.֏, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C6364 {

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

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public int f17782;

    public C6364(String str, int i) {
        this.f17781 = str;
        this.f17782 = i;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C6364.class != obj.getClass()) {
            return false;
        }
        C6364 c6364 = (C6364) obj;
        if (this.f17782 != c6364.f17782) {
            return false;
        }
        return this.f17781.equals(c6364.f17781);
    }

    public int hashCode() {
        return (this.f17781.hashCode() * 31) + this.f17782;
    }
}
