package q2; import com.google.android.gms.ads.RequestConfiguration; import q2.n; /* loaded from: classes.dex */ final class c extends n { /* renamed from: a, reason: collision with root package name */ private final o f13403a; /* renamed from: b, reason: collision with root package name */ private final String f13404b; /* renamed from: c, reason: collision with root package name */ private final o2.c f13405c; /* renamed from: d, reason: collision with root package name */ private final o2.e f13406d; /* renamed from: e, reason: collision with root package name */ private final o2.b f13407e; static final class b extends n.a { /* renamed from: a, reason: collision with root package name */ private o f13408a; /* renamed from: b, reason: collision with root package name */ private String f13409b; /* renamed from: c, reason: collision with root package name */ private o2.c f13410c; /* renamed from: d, reason: collision with root package name */ private o2.e f13411d; /* renamed from: e, reason: collision with root package name */ private o2.b f13412e; b() { } @Override // q2.n.a public n a() { o oVar = this.f13408a; String str = RequestConfiguration.MAX_AD_CONTENT_RATING_UNSPECIFIED; if (oVar == null) { str = RequestConfiguration.MAX_AD_CONTENT_RATING_UNSPECIFIED + " transportContext"; } if (this.f13409b == null) { str = str + " transportName"; } if (this.f13410c == null) { str = str + " event"; } if (this.f13411d == null) { str = str + " transformer"; } if (this.f13412e == null) { str = str + " encoding"; } if (str.isEmpty()) { return new c(this.f13408a, this.f13409b, this.f13410c, this.f13411d, this.f13412e); } throw new IllegalStateException("Missing required properties:" + str); } @Override // q2.n.a n.a b(o2.b bVar) { if (bVar == null) { throw new NullPointerException("Null encoding"); } this.f13412e = bVar; return this; } @Override // q2.n.a n.a c(o2.c cVar) { if (cVar == null) { throw new NullPointerException("Null event"); } this.f13410c = cVar; return this; } @Override // q2.n.a n.a d(o2.e eVar) { if (eVar == null) { throw new NullPointerException("Null transformer"); } this.f13411d = eVar; return this; } @Override // q2.n.a public n.a e(o oVar) { if (oVar == null) { throw new NullPointerException("Null transportContext"); } this.f13408a = oVar; return this; } @Override // q2.n.a public n.a f(String str) { if (str == null) { throw new NullPointerException("Null transportName"); } this.f13409b = str; return this; } } @Override // q2.n public o2.b b() { return this.f13407e; } @Override // q2.n o2.c c() { return this.f13405c; } @Override // q2.n o2.e e() { return this.f13406d; } public boolean equals(Object obj) { if (obj == this) { return true; } if (!(obj instanceof n)) { return false; } n nVar = (n) obj; return this.f13403a.equals(nVar.f()) && this.f13404b.equals(nVar.g()) && this.f13405c.equals(nVar.c()) && this.f13406d.equals(nVar.e()) && this.f13407e.equals(nVar.b()); } @Override // q2.n public o f() { return this.f13403a; } @Override // q2.n public String g() { return this.f13404b; } public int hashCode() { return ((((((((this.f13403a.hashCode() ^ 1000003) * 1000003) ^ this.f13404b.hashCode()) * 1000003) ^ this.f13405c.hashCode()) * 1000003) ^ this.f13406d.hashCode()) * 1000003) ^ this.f13407e.hashCode(); } public String toString() { return "SendRequest{transportContext=" + this.f13403a + ", transportName=" + this.f13404b + ", event=" + this.f13405c + ", transformer=" + this.f13406d + ", encoding=" + this.f13407e + "}"; } private c(o oVar, String str, o2.c cVar, o2.e eVar, o2.b bVar) { this.f13403a = oVar; this.f13404b = str; this.f13405c = cVar; this.f13406d = eVar; this.f13407e = bVar; } }