package r4; import com.google.android.gms.ads.RequestConfiguration; import r4.f; /* loaded from: classes2.dex */ final class b extends f { /* renamed from: a, reason: collision with root package name */ private final String f13708a; /* renamed from: b, reason: collision with root package name */ private final long f13709b; /* renamed from: c, reason: collision with root package name */ private final f.b f13710c; /* renamed from: r4.b$b, reason: collision with other inner class name */ static final class C0221b extends f.a { /* renamed from: a, reason: collision with root package name */ private String f13711a; /* renamed from: b, reason: collision with root package name */ private Long f13712b; /* renamed from: c, reason: collision with root package name */ private f.b f13713c; C0221b() { } @Override // r4.f.a public f a() { Long l10 = this.f13712b; String str = RequestConfiguration.MAX_AD_CONTENT_RATING_UNSPECIFIED; if (l10 == null) { str = RequestConfiguration.MAX_AD_CONTENT_RATING_UNSPECIFIED + " tokenExpirationTimestamp"; } if (str.isEmpty()) { return new b(this.f13711a, this.f13712b.longValue(), this.f13713c); } throw new IllegalStateException("Missing required properties:" + str); } @Override // r4.f.a public f.a b(f.b bVar) { this.f13713c = bVar; return this; } @Override // r4.f.a public f.a c(String str) { this.f13711a = str; return this; } @Override // r4.f.a public f.a d(long j10) { this.f13712b = Long.valueOf(j10); return this; } } @Override // r4.f public f.b b() { return this.f13710c; } @Override // r4.f public String c() { return this.f13708a; } @Override // r4.f public long d() { return this.f13709b; } public boolean equals(Object obj) { if (obj == this) { return true; } if (!(obj instanceof f)) { return false; } f fVar = (f) obj; String str = this.f13708a; if (str != null ? str.equals(fVar.c()) : fVar.c() == null) { if (this.f13709b == fVar.d()) { f.b bVar = this.f13710c; if (bVar == null) { if (fVar.b() == null) { return true; } } else if (bVar.equals(fVar.b())) { return true; } } } return false; } public int hashCode() { String str = this.f13708a; int hashCode = str == null ? 0 : str.hashCode(); long j10 = this.f13709b; int i10 = (((hashCode ^ 1000003) * 1000003) ^ ((int) (j10 ^ (j10 >>> 32)))) * 1000003; f.b bVar = this.f13710c; return i10 ^ (bVar != null ? bVar.hashCode() : 0); } public String toString() { return "TokenResult{token=" + this.f13708a + ", tokenExpirationTimestamp=" + this.f13709b + ", responseCode=" + this.f13710c + "}"; } private b(String str, long j10, f.b bVar) { this.f13708a = str; this.f13709b = j10; this.f13710c = bVar; } }