package y2; /* loaded from: classes.dex */ final class b extends k { /* renamed from: a, reason: collision with root package name */ private final long f15560a; /* renamed from: b, reason: collision with root package name */ private final q2.o f15561b; /* renamed from: c, reason: collision with root package name */ private final q2.i f15562c; b(long j10, q2.o oVar, q2.i iVar) { this.f15560a = j10; if (oVar == null) { throw new NullPointerException("Null transportContext"); } this.f15561b = oVar; if (iVar == null) { throw new NullPointerException("Null event"); } this.f15562c = iVar; } @Override // y2.k public q2.i b() { return this.f15562c; } @Override // y2.k public long c() { return this.f15560a; } @Override // y2.k public q2.o d() { return this.f15561b; } public boolean equals(Object obj) { if (obj == this) { return true; } if (!(obj instanceof k)) { return false; } k kVar = (k) obj; return this.f15560a == kVar.c() && this.f15561b.equals(kVar.d()) && this.f15562c.equals(kVar.b()); } public int hashCode() { long j10 = this.f15560a; return this.f15562c.hashCode() ^ ((((((int) (j10 ^ (j10 >>> 32))) ^ 1000003) * 1000003) ^ this.f15561b.hashCode()) * 1000003); } public String toString() { return "PersistedEvent{id=" + this.f15560a + ", transportContext=" + this.f15561b + ", event=" + this.f15562c + "}"; } }