package r4; import r4.d; /* loaded from: classes2.dex */ final class a extends d { /* renamed from: a, reason: collision with root package name */ private final String f13698a; /* renamed from: b, reason: collision with root package name */ private final String f13699b; /* renamed from: c, reason: collision with root package name */ private final String f13700c; /* renamed from: d, reason: collision with root package name */ private final f f13701d; /* renamed from: e, reason: collision with root package name */ private final d.b f13702e; static final class b extends d.a { /* renamed from: a, reason: collision with root package name */ private String f13703a; /* renamed from: b, reason: collision with root package name */ private String f13704b; /* renamed from: c, reason: collision with root package name */ private String f13705c; /* renamed from: d, reason: collision with root package name */ private f f13706d; /* renamed from: e, reason: collision with root package name */ private d.b f13707e; b() { } @Override // r4.d.a public d a() { return new a(this.f13703a, this.f13704b, this.f13705c, this.f13706d, this.f13707e); } @Override // r4.d.a public d.a b(f fVar) { this.f13706d = fVar; return this; } @Override // r4.d.a public d.a c(String str) { this.f13704b = str; return this; } @Override // r4.d.a public d.a d(String str) { this.f13705c = str; return this; } @Override // r4.d.a public d.a e(d.b bVar) { this.f13707e = bVar; return this; } @Override // r4.d.a public d.a f(String str) { this.f13703a = str; return this; } } @Override // r4.d public f b() { return this.f13701d; } @Override // r4.d public String c() { return this.f13699b; } @Override // r4.d public String d() { return this.f13700c; } @Override // r4.d public d.b e() { return this.f13702e; } public boolean equals(Object obj) { if (obj == this) { return true; } if (!(obj instanceof d)) { return false; } d dVar = (d) obj; String str = this.f13698a; if (str != null ? str.equals(dVar.f()) : dVar.f() == null) { String str2 = this.f13699b; if (str2 != null ? str2.equals(dVar.c()) : dVar.c() == null) { String str3 = this.f13700c; if (str3 != null ? str3.equals(dVar.d()) : dVar.d() == null) { f fVar = this.f13701d; if (fVar != null ? fVar.equals(dVar.b()) : dVar.b() == null) { d.b bVar = this.f13702e; if (bVar == null) { if (dVar.e() == null) { return true; } } else if (bVar.equals(dVar.e())) { return true; } } } } } return false; } @Override // r4.d public String f() { return this.f13698a; } public int hashCode() { String str = this.f13698a; int hashCode = ((str == null ? 0 : str.hashCode()) ^ 1000003) * 1000003; String str2 = this.f13699b; int hashCode2 = (hashCode ^ (str2 == null ? 0 : str2.hashCode())) * 1000003; String str3 = this.f13700c; int hashCode3 = (hashCode2 ^ (str3 == null ? 0 : str3.hashCode())) * 1000003; f fVar = this.f13701d; int hashCode4 = (hashCode3 ^ (fVar == null ? 0 : fVar.hashCode())) * 1000003; d.b bVar = this.f13702e; return hashCode4 ^ (bVar != null ? bVar.hashCode() : 0); } public String toString() { return "InstallationResponse{uri=" + this.f13698a + ", fid=" + this.f13699b + ", refreshToken=" + this.f13700c + ", authToken=" + this.f13701d + ", responseCode=" + this.f13702e + "}"; } private a(String str, String str2, String str3, f fVar, d.b bVar) { this.f13698a = str; this.f13699b = str2; this.f13700c = str3; this.f13701d = fVar; this.f13702e = bVar; } }