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 C5739 extends AbstractC5781.AbstractC5784 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final C5810<AbstractC5781.AbstractC5784.AbstractC5785> f16368;

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

    public /* synthetic */ C5739(C5810 c5810, String str, C5740 c5740) {
        this.f16368 = c5810;
        this.f16369 = str;
    }

    public boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof AbstractC5781.AbstractC5784)) {
            return false;
        }
        C5739 c5739 = (C5739) ((AbstractC5781.AbstractC5784) obj);
        if (this.f16368.equals(c5739.f16368)) {
            String str = this.f16369;
            if (str == null) {
                if (c5739.f16369 == null) {
                    return true;
                }
            } else if (str.equals(c5739.f16369)) {
                return true;
            }
        }
        return false;
    }

    public int hashCode() {
        int iHashCode = (this.f16368.hashCode() ^ 1000003) * 1000003;
        String str = this.f16369;
        return iHashCode ^ (str == null ? 0 : str.hashCode());
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("FilesPayload{files=");
        sbM4889.append(this.f16368);
        sbM4889.append(", orgId=");
        return C2803.m4884(sbM4889, this.f16369, "}");
    }
}
