package com.google.android.gms.internal.measurement;

/* JADX INFO: loaded from: classes.dex */
public final class C {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final /* synthetic */ int f9562b = 0;

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final int f9563a;

    public C(int i) {
        this.f9563a = i;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof C)) {
            return false;
        }
        C c3 = (C) obj;
        c3.getClass();
        int i = this.f9563a;
        if (i != 0) {
            return i == c3.f9563a;
        }
        throw null;
    }

    public final int hashCode() {
        int i = this.f9563a;
        if (i != 0) {
            return ((i ^ (-485106924)) * 583896283) ^ 1;
        }
        throw null;
    }

    public final String toString() {
        int i = this.f9563a;
        return "FileComplianceOptions{fileOwner=, hasDifferentDmaOwner=false, fileChecks=" + (i != 1 ? i != 2 ? i != 3 ? i != 4 ? "null" : "NO_CHECKS" : "SKIP_SECURITY_CHECK" : "SKIP_COMPLIANCE_CHECK" : "ALL_CHECKS") + ", dataForwardingNotAllowedResolver=null, multipleProductIdGroupsResolver=null, filePurpose=READ_AND_WRITE}";
    }
}
