package p2; import com.google.android.gms.ads.RequestConfiguration; import java.util.Arrays; import p2.l; /* loaded from: classes.dex */ final class f extends l { /* renamed from: a, reason: collision with root package name */ private final long f13025a; /* renamed from: b, reason: collision with root package name */ private final Integer f13026b; /* renamed from: c, reason: collision with root package name */ private final long f13027c; /* renamed from: d, reason: collision with root package name */ private final byte[] f13028d; /* renamed from: e, reason: collision with root package name */ private final String f13029e; /* renamed from: f, reason: collision with root package name */ private final long f13030f; /* renamed from: g, reason: collision with root package name */ private final o f13031g; static final class b extends l.a { /* renamed from: a, reason: collision with root package name */ private Long f13032a; /* renamed from: b, reason: collision with root package name */ private Integer f13033b; /* renamed from: c, reason: collision with root package name */ private Long f13034c; /* renamed from: d, reason: collision with root package name */ private byte[] f13035d; /* renamed from: e, reason: collision with root package name */ private String f13036e; /* renamed from: f, reason: collision with root package name */ private Long f13037f; /* renamed from: g, reason: collision with root package name */ private o f13038g; b() { } @Override // p2.l.a public l a() { Long l10 = this.f13032a; String str = RequestConfiguration.MAX_AD_CONTENT_RATING_UNSPECIFIED; if (l10 == null) { str = RequestConfiguration.MAX_AD_CONTENT_RATING_UNSPECIFIED + " eventTimeMs"; } if (this.f13034c == null) { str = str + " eventUptimeMs"; } if (this.f13037f == null) { str = str + " timezoneOffsetSeconds"; } if (str.isEmpty()) { return new f(this.f13032a.longValue(), this.f13033b, this.f13034c.longValue(), this.f13035d, this.f13036e, this.f13037f.longValue(), this.f13038g); } throw new IllegalStateException("Missing required properties:" + str); } @Override // p2.l.a public l.a b(Integer num) { this.f13033b = num; return this; } @Override // p2.l.a public l.a c(long j10) { this.f13032a = Long.valueOf(j10); return this; } @Override // p2.l.a public l.a d(long j10) { this.f13034c = Long.valueOf(j10); return this; } @Override // p2.l.a public l.a e(o oVar) { this.f13038g = oVar; return this; } @Override // p2.l.a l.a f(byte[] bArr) { this.f13035d = bArr; return this; } @Override // p2.l.a l.a g(String str) { this.f13036e = str; return this; } @Override // p2.l.a public l.a h(long j10) { this.f13037f = Long.valueOf(j10); return this; } } @Override // p2.l public Integer b() { return this.f13026b; } @Override // p2.l public long c() { return this.f13025a; } @Override // p2.l public long d() { return this.f13027c; } @Override // p2.l public o e() { return this.f13031g; } public boolean equals(Object obj) { Integer num; String str; if (obj == this) { return true; } if (!(obj instanceof l)) { return false; } l lVar = (l) obj; if (this.f13025a == lVar.c() && ((num = this.f13026b) != null ? num.equals(lVar.b()) : lVar.b() == null) && this.f13027c == lVar.d()) { if (Arrays.equals(this.f13028d, lVar instanceof f ? ((f) lVar).f13028d : lVar.f()) && ((str = this.f13029e) != null ? str.equals(lVar.g()) : lVar.g() == null) && this.f13030f == lVar.h()) { o oVar = this.f13031g; if (oVar == null) { if (lVar.e() == null) { return true; } } else if (oVar.equals(lVar.e())) { return true; } } } return false; } @Override // p2.l public byte[] f() { return this.f13028d; } @Override // p2.l public String g() { return this.f13029e; } @Override // p2.l public long h() { return this.f13030f; } public int hashCode() { long j10 = this.f13025a; int i10 = (((int) (j10 ^ (j10 >>> 32))) ^ 1000003) * 1000003; Integer num = this.f13026b; int hashCode = num == null ? 0 : num.hashCode(); long j11 = this.f13027c; int hashCode2 = (((((i10 ^ hashCode) * 1000003) ^ ((int) (j11 ^ (j11 >>> 32)))) * 1000003) ^ Arrays.hashCode(this.f13028d)) * 1000003; String str = this.f13029e; int hashCode3 = str == null ? 0 : str.hashCode(); long j12 = this.f13030f; int i11 = (((hashCode2 ^ hashCode3) * 1000003) ^ ((int) ((j12 >>> 32) ^ j12))) * 1000003; o oVar = this.f13031g; return i11 ^ (oVar != null ? oVar.hashCode() : 0); } public String toString() { return "LogEvent{eventTimeMs=" + this.f13025a + ", eventCode=" + this.f13026b + ", eventUptimeMs=" + this.f13027c + ", sourceExtension=" + Arrays.toString(this.f13028d) + ", sourceExtensionJsonProto3=" + this.f13029e + ", timezoneOffsetSeconds=" + this.f13030f + ", networkConnectionInfo=" + this.f13031g + "}"; } private f(long j10, Integer num, long j11, byte[] bArr, String str, long j12, o oVar) { this.f13025a = j10; this.f13026b = num; this.f13027c = j11; this.f13028d = bArr; this.f13029e = str; this.f13030f = j12; this.f13031g = oVar; } }