package p2; import com.google.android.gms.ads.RequestConfiguration; import java.util.List; import p2.m; /* loaded from: classes.dex */ final class g extends m { /* renamed from: a, reason: collision with root package name */ private final long f13039a; /* renamed from: b, reason: collision with root package name */ private final long f13040b; /* renamed from: c, reason: collision with root package name */ private final k f13041c; /* renamed from: d, reason: collision with root package name */ private final Integer f13042d; /* renamed from: e, reason: collision with root package name */ private final String f13043e; /* renamed from: f, reason: collision with root package name */ private final List f13044f; /* renamed from: g, reason: collision with root package name */ private final p f13045g; static final class b extends m.a { /* renamed from: a, reason: collision with root package name */ private Long f13046a; /* renamed from: b, reason: collision with root package name */ private Long f13047b; /* renamed from: c, reason: collision with root package name */ private k f13048c; /* renamed from: d, reason: collision with root package name */ private Integer f13049d; /* renamed from: e, reason: collision with root package name */ private String f13050e; /* renamed from: f, reason: collision with root package name */ private List f13051f; /* renamed from: g, reason: collision with root package name */ private p f13052g; b() { } @Override // p2.m.a public m a() { Long l10 = this.f13046a; String str = RequestConfiguration.MAX_AD_CONTENT_RATING_UNSPECIFIED; if (l10 == null) { str = RequestConfiguration.MAX_AD_CONTENT_RATING_UNSPECIFIED + " requestTimeMs"; } if (this.f13047b == null) { str = str + " requestUptimeMs"; } if (str.isEmpty()) { return new g(this.f13046a.longValue(), this.f13047b.longValue(), this.f13048c, this.f13049d, this.f13050e, this.f13051f, this.f13052g); } throw new IllegalStateException("Missing required properties:" + str); } @Override // p2.m.a public m.a b(k kVar) { this.f13048c = kVar; return this; } @Override // p2.m.a public m.a c(List list) { this.f13051f = list; return this; } @Override // p2.m.a m.a d(Integer num) { this.f13049d = num; return this; } @Override // p2.m.a m.a e(String str) { this.f13050e = str; return this; } @Override // p2.m.a public m.a f(p pVar) { this.f13052g = pVar; return this; } @Override // p2.m.a public m.a g(long j10) { this.f13046a = Long.valueOf(j10); return this; } @Override // p2.m.a public m.a h(long j10) { this.f13047b = Long.valueOf(j10); return this; } } @Override // p2.m public k b() { return this.f13041c; } @Override // p2.m public List c() { return this.f13044f; } @Override // p2.m public Integer d() { return this.f13042d; } @Override // p2.m public String e() { return this.f13043e; } public boolean equals(Object obj) { k kVar; Integer num; String str; List list; if (obj == this) { return true; } if (!(obj instanceof m)) { return false; } m mVar = (m) obj; if (this.f13039a == mVar.g() && this.f13040b == mVar.h() && ((kVar = this.f13041c) != null ? kVar.equals(mVar.b()) : mVar.b() == null) && ((num = this.f13042d) != null ? num.equals(mVar.d()) : mVar.d() == null) && ((str = this.f13043e) != null ? str.equals(mVar.e()) : mVar.e() == null) && ((list = this.f13044f) != null ? list.equals(mVar.c()) : mVar.c() == null)) { p pVar = this.f13045g; if (pVar == null) { if (mVar.f() == null) { return true; } } else if (pVar.equals(mVar.f())) { return true; } } return false; } @Override // p2.m public p f() { return this.f13045g; } @Override // p2.m public long g() { return this.f13039a; } @Override // p2.m public long h() { return this.f13040b; } public int hashCode() { long j10 = this.f13039a; long j11 = this.f13040b; int i10 = (((((int) (j10 ^ (j10 >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j11 >>> 32) ^ j11))) * 1000003; k kVar = this.f13041c; int hashCode = (i10 ^ (kVar == null ? 0 : kVar.hashCode())) * 1000003; Integer num = this.f13042d; int hashCode2 = (hashCode ^ (num == null ? 0 : num.hashCode())) * 1000003; String str = this.f13043e; int hashCode3 = (hashCode2 ^ (str == null ? 0 : str.hashCode())) * 1000003; List list = this.f13044f; int hashCode4 = (hashCode3 ^ (list == null ? 0 : list.hashCode())) * 1000003; p pVar = this.f13045g; return hashCode4 ^ (pVar != null ? pVar.hashCode() : 0); } public String toString() { return "LogRequest{requestTimeMs=" + this.f13039a + ", requestUptimeMs=" + this.f13040b + ", clientInfo=" + this.f13041c + ", logSource=" + this.f13042d + ", logSourceName=" + this.f13043e + ", logEvents=" + this.f13044f + ", qosTier=" + this.f13045g + "}"; } private g(long j10, long j11, k kVar, Integer num, String str, List list, p pVar) { this.f13039a = j10; this.f13040b = j11; this.f13041c = kVar; this.f13042d = num; this.f13043e = str; this.f13044f = list; this.f13045g = pVar; } }