package y2; import com.google.android.gms.ads.RequestConfiguration; import y2.e; /* loaded from: classes.dex */ final class a extends e { /* renamed from: b, reason: collision with root package name */ private final long f15550b; /* renamed from: c, reason: collision with root package name */ private final int f15551c; /* renamed from: d, reason: collision with root package name */ private final int f15552d; /* renamed from: e, reason: collision with root package name */ private final long f15553e; /* renamed from: f, reason: collision with root package name */ private final int f15554f; static final class b extends e.a { /* renamed from: a, reason: collision with root package name */ private Long f15555a; /* renamed from: b, reason: collision with root package name */ private Integer f15556b; /* renamed from: c, reason: collision with root package name */ private Integer f15557c; /* renamed from: d, reason: collision with root package name */ private Long f15558d; /* renamed from: e, reason: collision with root package name */ private Integer f15559e; b() { } @Override // y2.e.a e a() { Long l10 = this.f15555a; String str = RequestConfiguration.MAX_AD_CONTENT_RATING_UNSPECIFIED; if (l10 == null) { str = RequestConfiguration.MAX_AD_CONTENT_RATING_UNSPECIFIED + " maxStorageSizeInBytes"; } if (this.f15556b == null) { str = str + " loadBatchSize"; } if (this.f15557c == null) { str = str + " criticalSectionEnterTimeoutMs"; } if (this.f15558d == null) { str = str + " eventCleanUpAge"; } if (this.f15559e == null) { str = str + " maxBlobByteSizePerRow"; } if (str.isEmpty()) { return new a(this.f15555a.longValue(), this.f15556b.intValue(), this.f15557c.intValue(), this.f15558d.longValue(), this.f15559e.intValue()); } throw new IllegalStateException("Missing required properties:" + str); } @Override // y2.e.a e.a b(int i10) { this.f15557c = Integer.valueOf(i10); return this; } @Override // y2.e.a e.a c(long j10) { this.f15558d = Long.valueOf(j10); return this; } @Override // y2.e.a e.a d(int i10) { this.f15556b = Integer.valueOf(i10); return this; } @Override // y2.e.a e.a e(int i10) { this.f15559e = Integer.valueOf(i10); return this; } @Override // y2.e.a e.a f(long j10) { this.f15555a = Long.valueOf(j10); return this; } } @Override // y2.e int b() { return this.f15552d; } @Override // y2.e long c() { return this.f15553e; } @Override // y2.e int d() { return this.f15551c; } @Override // y2.e int e() { return this.f15554f; } public boolean equals(Object obj) { if (obj == this) { return true; } if (!(obj instanceof e)) { return false; } e eVar = (e) obj; return this.f15550b == eVar.f() && this.f15551c == eVar.d() && this.f15552d == eVar.b() && this.f15553e == eVar.c() && this.f15554f == eVar.e(); } @Override // y2.e long f() { return this.f15550b; } public int hashCode() { long j10 = this.f15550b; int i10 = (((((((int) (j10 ^ (j10 >>> 32))) ^ 1000003) * 1000003) ^ this.f15551c) * 1000003) ^ this.f15552d) * 1000003; long j11 = this.f15553e; return this.f15554f ^ ((i10 ^ ((int) ((j11 >>> 32) ^ j11))) * 1000003); } public String toString() { return "EventStoreConfig{maxStorageSizeInBytes=" + this.f15550b + ", loadBatchSize=" + this.f15551c + ", criticalSectionEnterTimeoutMs=" + this.f15552d + ", eventCleanUpAge=" + this.f15553e + ", maxBlobByteSizePerRow=" + this.f15554f + "}"; } private a(long j10, int i10, int i11, long j11, int i12) { this.f15550b = j10; this.f15551c = i10; this.f15552d = i11; this.f15553e = j11; this.f15554f = i12; } }