package defpackage;

import java.util.List;

/* JADX INFO: renamed from: ᵪˆˑ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C3872 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final String f14780;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final String f14781;

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public final List f14782;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final String f14783;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final List f14784;

    public C3872(String str, String str2, String str3, List list, List list2) {
        this.f14783 = str;
        this.f14780 = str2;
        this.f14781 = str3;
        this.f14784 = list;
        this.f14782 = list2;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C3872)) {
            return false;
        }
        C3872 c3872 = (C3872) obj;
        if (ᵥˈᵛ.ˊᵫᵗ(this.f14783, c3872.f14783) && ᵥˈᵛ.ˊᵫᵗ(this.f14780, c3872.f14780) && ᵥˈᵛ.ˊᵫᵗ(this.f14781, c3872.f14781) && this.f14784.equals(c3872.f14784)) {
            return this.f14782.equals(c3872.f14782);
        }
        return false;
    }

    public final int hashCode() {
        return this.f14782.hashCode() + AbstractC2704.m6522(AbstractC3589.m8108(AbstractC3589.m8108(this.f14783.hashCode() * 31, 31, this.f14780), 31, this.f14781), 31, this.f14784);
    }

    public final String toString() {
        String strConcat = AbstractC1555.m4400(AbstractC4126.m8996(AbstractC4126.m9000(this.f14784), ",", null, null, null, 62)).concat(AbstractC1555.m4400("},"));
        String strConcat2 = AbstractC1555.m4400(AbstractC4126.m8996(AbstractC4126.m9000(this.f14782), ",", null, null, null, 62)).concat(AbstractC1555.m4400(" }"));
        StringBuilder sbM8226 = AbstractC3653.m8226("\n                |ForeignKey {\n                |   referenceTable = '", this.f14783, "',\n                |   onDelete = '", this.f14780, "',\n                |   onUpdate = '");
        AbstractC3589.m8100(sbM8226, this.f14781, "',\n                |   columnNames = {", strConcat, "\n                |   referenceColumnNames = {");
        sbM8226.append(strConcat2);
        sbM8226.append("\n                |}\n            ");
        return AbstractC1555.m4400(AbstractC1555.m4402(sbM8226.toString()));
    }
}
