package p037.p123;

import android.os.Build;

/* JADX INFO: renamed from: މ.ޗ.ހ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C2547 {

    /* JADX INFO: renamed from: ކ, reason: contains not printable characters */
    public static final C2547 f8024 = new C2547(new C2548());

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public EnumC2564 f8025;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public boolean f8026;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public boolean f8027;

    /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
    public boolean f8028;

    /* JADX INFO: renamed from: ނ, reason: contains not printable characters */
    public boolean f8029;

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public long f8030;

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public long f8031;

    /* JADX INFO: renamed from: ޅ, reason: contains not printable characters */
    public C2549 f8032;

    /* JADX INFO: renamed from: މ.ޗ.ހ$֏, reason: contains not printable characters */
    public static final class C2548 {

        /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
        public boolean f8033 = false;

        /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
        public boolean f8034 = false;

        /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
        public EnumC2564 f8035 = EnumC2564.NOT_REQUIRED;

        /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
        public boolean f8036 = false;

        /* JADX INFO: renamed from: ނ, reason: contains not printable characters */
        public boolean f8037 = false;

        /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
        public long f8038 = -1;

        /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
        public long f8039 = -1;

        /* JADX INFO: renamed from: ޅ, reason: contains not printable characters */
        public C2549 f8040 = new C2549();
    }

    public C2547() {
        this.f8025 = EnumC2564.NOT_REQUIRED;
        this.f8030 = -1L;
        this.f8031 = -1L;
        this.f8032 = new C2549();
    }

    public C2547(C2548 c2548) {
        this.f8025 = EnumC2564.NOT_REQUIRED;
        this.f8030 = -1L;
        this.f8031 = -1L;
        this.f8032 = new C2549();
        this.f8026 = c2548.f8033;
        this.f8027 = Build.VERSION.SDK_INT >= 23 && c2548.f8034;
        this.f8025 = c2548.f8035;
        this.f8028 = c2548.f8036;
        this.f8029 = c2548.f8037;
        if (Build.VERSION.SDK_INT >= 24) {
            this.f8032 = c2548.f8040;
            this.f8030 = c2548.f8038;
            this.f8031 = c2548.f8039;
        }
    }

    public C2547(C2547 c2547) {
        this.f8025 = EnumC2564.NOT_REQUIRED;
        this.f8030 = -1L;
        this.f8031 = -1L;
        this.f8032 = new C2549();
        this.f8026 = c2547.f8026;
        this.f8027 = c2547.f8027;
        this.f8025 = c2547.f8025;
        this.f8028 = c2547.f8028;
        this.f8029 = c2547.f8029;
        this.f8032 = c2547.f8032;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C2547.class != obj.getClass()) {
            return false;
        }
        C2547 c2547 = (C2547) obj;
        if (this.f8026 == c2547.f8026 && this.f8027 == c2547.f8027 && this.f8028 == c2547.f8028 && this.f8029 == c2547.f8029 && this.f8030 == c2547.f8030 && this.f8031 == c2547.f8031 && this.f8025 == c2547.f8025) {
            return this.f8032.equals(c2547.f8032);
        }
        return false;
    }

    public int hashCode() {
        int iHashCode = ((((((((this.f8025.hashCode() * 31) + (this.f8026 ? 1 : 0)) * 31) + (this.f8027 ? 1 : 0)) * 31) + (this.f8028 ? 1 : 0)) * 31) + (this.f8029 ? 1 : 0)) * 31;
        long j = this.f8030;
        int i = (iHashCode + ((int) (j ^ (j >>> 32)))) * 31;
        long j2 = this.f8031;
        return this.f8032.hashCode() + ((i + ((int) (j2 ^ (j2 >>> 32)))) * 31);
    }
}
