package b7;

import java.util.Set;

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

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

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

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

    public c(long j10, long j11, Set set) {
        this.f4735a = j10;
        this.f4736b = j11;
        this.f4737c = set;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof c)) {
            return false;
        }
        c cVar = (c) obj;
        return this.f4735a == cVar.f4735a && this.f4736b == cVar.f4736b && this.f4737c.equals(cVar.f4737c);
    }

    public final int hashCode() {
        long j10 = this.f4735a;
        int i10 = (((int) (j10 ^ (j10 >>> 32))) ^ 1000003) * 1000003;
        long j11 = this.f4736b;
        return ((i10 ^ ((int) ((j11 >>> 32) ^ j11))) * 1000003) ^ this.f4737c.hashCode();
    }

    public final String toString() {
        return "ConfigValue{delta=" + this.f4735a + ", maxAllowedDelay=" + this.f4736b + ", flags=" + this.f4737c + "}";
    }
}
