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 class C3876 {

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

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

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

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

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

    public C3876(String str, String str2, String str3, String str4, String str5) {
        this.f11997 = str;
        this.f11998 = str2;
        this.f11999 = str3;
        this.f12000 = str4;
        this.f12001 = str5;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C3876.class != obj.getClass()) {
            return false;
        }
        C3876 c3876 = (C3876) obj;
        return C4150.m6769((Object) this.f11997, (Object) c3876.f11997) && C4150.m6769((Object) this.f11998, (Object) c3876.f11998) && C4150.m6769((Object) this.f11999, (Object) c3876.f11999) && C4150.m6769((Object) this.f12000, (Object) c3876.f12000) && C4150.m6769((Object) this.f12001, (Object) c3876.f12001);
    }

    public int hashCode() {
        String str = this.f11997;
        int iHashCode = (527 + (str != null ? str.hashCode() : 0)) * 31;
        String str2 = this.f11998;
        int iHashCode2 = (iHashCode + (str2 != null ? str2.hashCode() : 0)) * 31;
        String str3 = this.f11999;
        int iHashCode3 = (iHashCode2 + (str3 != null ? str3.hashCode() : 0)) * 31;
        String str4 = this.f12000;
        int iHashCode4 = (iHashCode3 + (str4 != null ? str4.hashCode() : 0)) * 31;
        String str5 = this.f12001;
        return iHashCode4 + (str5 != null ? str5.hashCode() : 0);
    }
}
