package G2;

import d5.AbstractC0844a;

/* JADX INFO: loaded from: classes.dex */
public final class a {

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

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

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

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

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

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

    public a(long j8, int i, int i5, long j9, int i8) {
        this.f2929a = j8;
        this.f2930b = i;
        this.f2931c = i5;
        this.f2932d = j9;
        this.f2933e = i8;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof a) {
            a aVar = (a) obj;
            if (this.f2929a == aVar.f2929a && this.f2930b == aVar.f2930b && this.f2931c == aVar.f2931c && this.f2932d == aVar.f2932d && this.f2933e == aVar.f2933e) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        long j8 = this.f2929a;
        int i = (((((((int) (j8 ^ (j8 >>> 32))) ^ 1000003) * 1000003) ^ this.f2930b) * 1000003) ^ this.f2931c) * 1000003;
        long j9 = this.f2932d;
        return ((i ^ ((int) (j9 ^ (j9 >>> 32)))) * 1000003) ^ this.f2933e;
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("EventStoreConfig{maxStorageSizeInBytes=");
        sb.append(this.f2929a);
        sb.append(", loadBatchSize=");
        sb.append(this.f2930b);
        sb.append(", criticalSectionEnterTimeoutMs=");
        sb.append(this.f2931c);
        sb.append(", eventCleanUpAge=");
        sb.append(this.f2932d);
        sb.append(", maxBlobByteSizePerRow=");
        return AbstractC0844a.n(sb, this.f2933e, "}");
    }
}
