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

/* JADX INFO: loaded from: classes2.dex */
public final class pi1 {

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

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

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

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

    static {
        oi1 oi1Var = new oi1();
        oi1Var.f15080b = "";
        oi1Var.f15082d = (byte) 1;
        oi1Var.f15079a = 1;
        oi1Var.f15081c = 1;
        oi1Var.a();
        oi1 oi1Var2 = new oi1();
        oi1Var2.f15080b = "";
        oi1Var2.f15082d = (byte) 1;
        oi1Var2.f15079a = 4;
        oi1Var2.f15081c = 1;
        oi1Var2.a();
        oi1 oi1Var3 = new oi1();
        oi1Var3.f15080b = "";
        oi1Var3.f15082d = (byte) 1;
        oi1Var3.f15079a = 2;
        oi1Var3.f15081c = 1;
        oi1Var3.a();
    }

    public pi1(String str, int i10, int i11) {
        this.f15421a = str;
        this.f15422b = i10;
        this.f15423c = i11;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof pi1) {
            pi1 pi1Var = (pi1) obj;
            if (this.f15421a.equals(pi1Var.f15421a)) {
                int i10 = this.f15422b;
                if (i10 == 0) {
                    throw null;
                }
                if (i10 == pi1Var.f15422b) {
                    if (this.f15423c == 0) {
                        throw null;
                    }
                    if (pi1Var.f15423c == 1) {
                        return true;
                    }
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        int iHashCode = this.f15421a.hashCode() ^ 1000003;
        int i10 = this.f15422b;
        if (i10 == 0) {
            throw null;
        }
        int i11 = (((iHashCode * 1000003) ^ 1237) * 1000003) ^ i10;
        if (this.f15423c != 0) {
            return (i11 * (-721379959)) ^ 1;
        }
        throw null;
    }

    public final String toString() {
        int i10 = this.f15422b;
        String str = i10 != 1 ? i10 != 2 ? i10 != 3 ? i10 != 4 ? "null" : "NO_CHECKS" : "SKIP_SECURITY_CHECK" : "SKIP_COMPLIANCE_CHECK" : "ALL_CHECKS";
        String str2 = this.f15423c == 1 ? "READ_AND_WRITE" : "null";
        String str3 = this.f15421a;
        StringBuilder sb = new StringBuilder(str2.length() + com.google.android.gms.measurement.internal.u1.c(str, String.valueOf(str3).length() + 73, 52) + 1);
        u.a.h(sb, "FileComplianceOptions{fileOwner=", str3, ", hasDifferentDmaOwner=false, fileChecks=", str);
        return defpackage.e.p(sb, ", multipleProductIdGroupsResolver=null, filePurpose=", str2, "}");
    }
}
