package c7;

import com.google.android.gms.measurement.internal.u1;

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public static final a f4909f;

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

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

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

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

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

    static {
        v6.j jVar = new v6.j();
        jVar.f33700a = 10485760L;
        jVar.f33701b = 200;
        jVar.f33704e = 10000;
        jVar.f33703d = 604800000L;
        jVar.f33702c = 81920;
        String strJ = ((Long) jVar.f33700a) == null ? " maxStorageSizeInBytes" : "";
        if (((Integer) jVar.f33701b) == null) {
            strJ = strJ.concat(" loadBatchSize");
        }
        if (((Integer) jVar.f33704e) == null) {
            strJ = u1.j(strJ, " criticalSectionEnterTimeoutMs");
        }
        if (((Long) jVar.f33703d) == null) {
            strJ = u1.j(strJ, " eventCleanUpAge");
        }
        if (((Integer) jVar.f33702c) == null) {
            strJ = u1.j(strJ, " maxBlobByteSizePerRow");
        }
        if (!strJ.isEmpty()) {
            throw new IllegalStateException("Missing required properties:".concat(strJ));
        }
        f4909f = new a(((Long) jVar.f33700a).longValue(), ((Integer) jVar.f33701b).intValue(), ((Integer) jVar.f33704e).intValue(), ((Long) jVar.f33703d).longValue(), ((Integer) jVar.f33702c).intValue());
    }

    public a(long j10, int i10, int i11, long j11, int i12) {
        this.f4910a = j10;
        this.f4911b = i10;
        this.f4912c = i11;
        this.f4913d = j11;
        this.f4914e = i12;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof a)) {
            return false;
        }
        a aVar = (a) obj;
        return this.f4910a == aVar.f4910a && this.f4911b == aVar.f4911b && this.f4912c == aVar.f4912c && this.f4913d == aVar.f4913d && this.f4914e == aVar.f4914e;
    }

    public final int hashCode() {
        long j10 = this.f4910a;
        int i10 = (((((((int) (j10 ^ (j10 >>> 32))) ^ 1000003) * 1000003) ^ this.f4911b) * 1000003) ^ this.f4912c) * 1000003;
        long j11 = this.f4913d;
        return ((i10 ^ ((int) ((j11 >>> 32) ^ j11))) * 1000003) ^ this.f4914e;
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("EventStoreConfig{maxStorageSizeInBytes=");
        sb.append(this.f4910a);
        sb.append(", loadBatchSize=");
        sb.append(this.f4911b);
        sb.append(", criticalSectionEnterTimeoutMs=");
        sb.append(this.f4912c);
        sb.append(", eventCleanUpAge=");
        sb.append(this.f4913d);
        sb.append(", maxBlobByteSizePerRow=");
        return u.a.b(sb, this.f4914e, "}");
    }
}
