package q4; import com.google.android.gms.ads.RequestConfiguration; import q4.c; import q4.d; /* loaded from: classes2.dex */ final class a extends d { /* renamed from: b, reason: collision with root package name */ private final String f13460b; /* renamed from: c, reason: collision with root package name */ private final c.a f13461c; /* renamed from: d, reason: collision with root package name */ private final String f13462d; /* renamed from: e, reason: collision with root package name */ private final String f13463e; /* renamed from: f, reason: collision with root package name */ private final long f13464f; /* renamed from: g, reason: collision with root package name */ private final long f13465g; /* renamed from: h, reason: collision with root package name */ private final String f13466h; static final class b extends d.a { /* renamed from: a, reason: collision with root package name */ private String f13467a; /* renamed from: b, reason: collision with root package name */ private c.a f13468b; /* renamed from: c, reason: collision with root package name */ private String f13469c; /* renamed from: d, reason: collision with root package name */ private String f13470d; /* renamed from: e, reason: collision with root package name */ private Long f13471e; /* renamed from: f, reason: collision with root package name */ private Long f13472f; /* renamed from: g, reason: collision with root package name */ private String f13473g; @Override // q4.d.a public d a() { c.a aVar = this.f13468b; String str = RequestConfiguration.MAX_AD_CONTENT_RATING_UNSPECIFIED; if (aVar == null) { str = RequestConfiguration.MAX_AD_CONTENT_RATING_UNSPECIFIED + " registrationStatus"; } if (this.f13471e == null) { str = str + " expiresInSecs"; } if (this.f13472f == null) { str = str + " tokenCreationEpochInSecs"; } if (str.isEmpty()) { return new a(this.f13467a, this.f13468b, this.f13469c, this.f13470d, this.f13471e.longValue(), this.f13472f.longValue(), this.f13473g); } throw new IllegalStateException("Missing required properties:" + str); } @Override // q4.d.a public d.a b(String str) { this.f13469c = str; return this; } @Override // q4.d.a public d.a c(long j10) { this.f13471e = Long.valueOf(j10); return this; } @Override // q4.d.a public d.a d(String str) { this.f13467a = str; return this; } @Override // q4.d.a public d.a e(String str) { this.f13473g = str; return this; } @Override // q4.d.a public d.a f(String str) { this.f13470d = str; return this; } @Override // q4.d.a public d.a g(c.a aVar) { if (aVar == null) { throw new NullPointerException("Null registrationStatus"); } this.f13468b = aVar; return this; } @Override // q4.d.a public d.a h(long j10) { this.f13472f = Long.valueOf(j10); return this; } b() { } private b(d dVar) { this.f13467a = dVar.d(); this.f13468b = dVar.g(); this.f13469c = dVar.b(); this.f13470d = dVar.f(); this.f13471e = Long.valueOf(dVar.c()); this.f13472f = Long.valueOf(dVar.h()); this.f13473g = dVar.e(); } } @Override // q4.d public String b() { return this.f13462d; } @Override // q4.d public long c() { return this.f13464f; } @Override // q4.d public String d() { return this.f13460b; } @Override // q4.d public String e() { return this.f13466h; } public boolean equals(Object obj) { String str; String str2; if (obj == this) { return true; } if (!(obj instanceof d)) { return false; } d dVar = (d) obj; String str3 = this.f13460b; if (str3 != null ? str3.equals(dVar.d()) : dVar.d() == null) { if (this.f13461c.equals(dVar.g()) && ((str = this.f13462d) != null ? str.equals(dVar.b()) : dVar.b() == null) && ((str2 = this.f13463e) != null ? str2.equals(dVar.f()) : dVar.f() == null) && this.f13464f == dVar.c() && this.f13465g == dVar.h()) { String str4 = this.f13466h; if (str4 == null) { if (dVar.e() == null) { return true; } } else if (str4.equals(dVar.e())) { return true; } } } return false; } @Override // q4.d public String f() { return this.f13463e; } @Override // q4.d public c.a g() { return this.f13461c; } @Override // q4.d public long h() { return this.f13465g; } public int hashCode() { String str = this.f13460b; int hashCode = ((((str == null ? 0 : str.hashCode()) ^ 1000003) * 1000003) ^ this.f13461c.hashCode()) * 1000003; String str2 = this.f13462d; int hashCode2 = (hashCode ^ (str2 == null ? 0 : str2.hashCode())) * 1000003; String str3 = this.f13463e; int hashCode3 = (hashCode2 ^ (str3 == null ? 0 : str3.hashCode())) * 1000003; long j10 = this.f13464f; int i10 = (hashCode3 ^ ((int) (j10 ^ (j10 >>> 32)))) * 1000003; long j11 = this.f13465g; int i11 = (i10 ^ ((int) (j11 ^ (j11 >>> 32)))) * 1000003; String str4 = this.f13466h; return i11 ^ (str4 != null ? str4.hashCode() : 0); } @Override // q4.d public d.a n() { return new b(this); } public String toString() { return "PersistedInstallationEntry{firebaseInstallationId=" + this.f13460b + ", registrationStatus=" + this.f13461c + ", authToken=" + this.f13462d + ", refreshToken=" + this.f13463e + ", expiresInSecs=" + this.f13464f + ", tokenCreationEpochInSecs=" + this.f13465g + ", fisError=" + this.f13466h + "}"; } private a(String str, c.a aVar, String str2, String str3, long j10, long j11, String str4) { this.f13460b = str; this.f13461c = aVar; this.f13462d = str2; this.f13463e = str3; this.f13464f = j10; this.f13465g = j11; this.f13466h = str4; } }