package p138.p176.p177.p178.p181.p184.p185;

import java.util.Set;
import p138.p139.p143.p144.C2803;
import p138.p176.p177.p178.p181.p184.p185.AbstractC3342;

/* JADX INFO: renamed from: ދ.ހ.֏.֏.ރ.ގ.ޅ.ހ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C3337 extends AbstractC3342.AbstractC3343 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final long f9819;

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

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final Set<AbstractC3342.EnumC3345> f9821;

    /* JADX INFO: renamed from: ދ.ހ.֏.֏.ރ.ގ.ޅ.ހ$ؠ, reason: contains not printable characters */
    public static final class C3339 extends AbstractC3342.AbstractC3343.AbstractC3344 {

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

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

        /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
        public Set<AbstractC3342.EnumC3345> f9824;

        @Override // p138.p176.p177.p178.p181.p184.p185.AbstractC3342.AbstractC3343.AbstractC3344
        /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
        public AbstractC3342.AbstractC3343.AbstractC3344 mo5379(long j) {
            this.f9822 = Long.valueOf(j);
            return this;
        }

        @Override // p138.p176.p177.p178.p181.p184.p185.AbstractC3342.AbstractC3343.AbstractC3344
        /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
        public AbstractC3342.AbstractC3343 mo5380() {
            String strM4879 = this.f9822 == null ? " delta" : "";
            if (this.f9823 == null) {
                strM4879 = C2803.m4879(strM4879, " maxAllowedDelay");
            }
            if (this.f9824 == null) {
                strM4879 = C2803.m4879(strM4879, " flags");
            }
            if (strM4879.isEmpty()) {
                return new C3337(this.f9822.longValue(), this.f9823.longValue(), this.f9824, null);
            }
            throw new IllegalStateException(C2803.m4879("Missing required properties:", strM4879));
        }

        @Override // p138.p176.p177.p178.p181.p184.p185.AbstractC3342.AbstractC3343.AbstractC3344
        /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
        public AbstractC3342.AbstractC3343.AbstractC3344 mo5381(long j) {
            this.f9823 = Long.valueOf(j);
            return this;
        }
    }

    public /* synthetic */ C3337(long j, long j2, Set set, C3338 c3338) {
        this.f9819 = j;
        this.f9820 = j2;
        this.f9821 = set;
    }

    public boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof AbstractC3342.AbstractC3343)) {
            return false;
        }
        C3337 c3337 = (C3337) ((AbstractC3342.AbstractC3343) obj);
        return this.f9819 == c3337.f9819 && this.f9820 == c3337.f9820 && this.f9821.equals(c3337.f9821);
    }

    public int hashCode() {
        long j = this.f9819;
        int i = (((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003;
        long j2 = this.f9820;
        return this.f9821.hashCode() ^ ((i ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003);
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("ConfigValue{delta=");
        sbM4889.append(this.f9819);
        sbM4889.append(", maxAllowedDelay=");
        sbM4889.append(this.f9820);
        sbM4889.append(", flags=");
        sbM4889.append(this.f9821);
        sbM4889.append("}");
        return sbM4889.toString();
    }
}
