package y3;

import Z0.o;

/* JADX INFO: renamed from: y3.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C3264a {

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public static final C3264a f26179f = new C3264a(10485760, 604800000, 200, 10000, 81920);

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

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

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

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

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

    public C3264a(long j4, long j6, int i6, int i7, int i8) {
        this.f26180a = j4;
        this.f26181b = i6;
        this.f26182c = i7;
        this.f26183d = j6;
        this.f26184e = i8;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof C3264a) {
            C3264a c3264a = (C3264a) obj;
            if (this.f26180a == c3264a.f26180a && this.f26181b == c3264a.f26181b && this.f26182c == c3264a.f26182c && this.f26183d == c3264a.f26183d && this.f26184e == c3264a.f26184e) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        long j4 = this.f26180a;
        int i6 = (((((((int) (j4 ^ (j4 >>> 32))) ^ 1000003) * 1000003) ^ this.f26181b) * 1000003) ^ this.f26182c) * 1000003;
        long j6 = this.f26183d;
        return ((i6 ^ ((int) ((j6 >>> 32) ^ j6))) * 1000003) ^ this.f26184e;
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("EventStoreConfig{maxStorageSizeInBytes=");
        sb.append(this.f26180a);
        sb.append(", loadBatchSize=");
        sb.append(this.f26181b);
        sb.append(", criticalSectionEnterTimeoutMs=");
        sb.append(this.f26182c);
        sb.append(", eventCleanUpAge=");
        sb.append(this.f26183d);
        sb.append(", maxBlobByteSizePerRow=");
        return o.q(sb, this.f26184e, "}");
    }
}
