package defpackage;

import java.util.Set;

/* JADX INFO: renamed from: ᵺʽˎˉ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C5114 {

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

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

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

    public C5114(long j, long j2, Set set) {
        this.f19267 = j;
        this.f19265 = j2;
        this.f19266 = set;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof C5114) {
            C5114 c5114 = (C5114) obj;
            if (this.f19267 == c5114.f19267 && this.f19265 == c5114.f19265 && this.f19266.equals(c5114.f19266)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        long j = this.f19267;
        int i = (((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003;
        long j2 = this.f19265;
        return this.f19266.hashCode() ^ ((i ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003);
    }

    public final String toString() {
        return "ConfigValue{delta=" + this.f19267 + ", maxAllowedDelay=" + this.f19265 + ", flags=" + this.f19266 + "}";
    }
}
