package p138.p176.p291.p296.p297.p301;

import p138.p139.p143.p144.C2803;
import p138.p176.p291.p296.p297.p301.AbstractC5781;

/* JADX INFO: renamed from: ދ.ހ.ށ.ބ.ށ.މ.ހ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C5737 extends AbstractC5781.AbstractC5783 {

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

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

    public /* synthetic */ C5737(String str, String str2, C5738 c5738) {
        this.f16366 = str;
        this.f16367 = str2;
    }

    public boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof AbstractC5781.AbstractC5783)) {
            return false;
        }
        C5737 c5737 = (C5737) ((AbstractC5781.AbstractC5783) obj);
        return this.f16366.equals(c5737.f16366) && this.f16367.equals(c5737.f16367);
    }

    public int hashCode() {
        return ((this.f16366.hashCode() ^ 1000003) * 1000003) ^ this.f16367.hashCode();
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("CustomAttribute{key=");
        sbM4889.append(this.f16366);
        sbM4889.append(", value=");
        return C2803.m4884(sbM4889, this.f16367, "}");
    }
}
