package p138.p176.p177.p190.p217.p220.p221;

import p138.p176.p177.p190.p239.C4150;

/* JADX INFO: renamed from: ދ.ހ.֏.ؠ.ໞ.ޞ.އ.ށ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C3873 {

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

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

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

    public C3873(String str, String str2, String str3) {
        this.f11986 = str;
        this.f11987 = str2;
        this.f11988 = str3;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C3873.class != obj.getClass()) {
            return false;
        }
        C3873 c3873 = (C3873) obj;
        return C4150.m6769((Object) this.f11986, (Object) c3873.f11986) && C4150.m6769((Object) this.f11987, (Object) c3873.f11987) && C4150.m6769((Object) this.f11988, (Object) c3873.f11988);
    }

    public int hashCode() {
        int iHashCode = this.f11986.hashCode() * 31;
        String str = this.f11987;
        int iHashCode2 = (iHashCode + (str != null ? str.hashCode() : 0)) * 31;
        String str2 = this.f11988;
        return iHashCode2 + (str2 != null ? str2.hashCode() : 0);
    }
}
