package x2; import com.google.android.gms.ads.RequestConfiguration; import java.util.Set; import x2.f; /* loaded from: classes.dex */ final class c extends f.b { /* renamed from: a, reason: collision with root package name */ private final long f15285a; /* renamed from: b, reason: collision with root package name */ private final long f15286b; /* renamed from: c, reason: collision with root package name */ private final Set f15287c; static final class b extends f.b.a { /* renamed from: a, reason: collision with root package name */ private Long f15288a; /* renamed from: b, reason: collision with root package name */ private Long f15289b; /* renamed from: c, reason: collision with root package name */ private Set f15290c; b() { } @Override // x2.f.b.a public f.b a() { Long l10 = this.f15288a; String str = RequestConfiguration.MAX_AD_CONTENT_RATING_UNSPECIFIED; if (l10 == null) { str = RequestConfiguration.MAX_AD_CONTENT_RATING_UNSPECIFIED + " delta"; } if (this.f15289b == null) { str = str + " maxAllowedDelay"; } if (this.f15290c == null) { str = str + " flags"; } if (str.isEmpty()) { return new c(this.f15288a.longValue(), this.f15289b.longValue(), this.f15290c); } throw new IllegalStateException("Missing required properties:" + str); } @Override // x2.f.b.a public f.b.a b(long j10) { this.f15288a = Long.valueOf(j10); return this; } @Override // x2.f.b.a public f.b.a c(Set set) { if (set == null) { throw new NullPointerException("Null flags"); } this.f15290c = set; return this; } @Override // x2.f.b.a public f.b.a d(long j10) { this.f15289b = Long.valueOf(j10); return this; } } @Override // x2.f.b long b() { return this.f15285a; } @Override // x2.f.b Set c() { return this.f15287c; } @Override // x2.f.b long d() { return this.f15286b; } public boolean equals(Object obj) { if (obj == this) { return true; } if (!(obj instanceof f.b)) { return false; } f.b bVar = (f.b) obj; return this.f15285a == bVar.b() && this.f15286b == bVar.d() && this.f15287c.equals(bVar.c()); } public int hashCode() { long j10 = this.f15285a; int i10 = (((int) (j10 ^ (j10 >>> 32))) ^ 1000003) * 1000003; long j11 = this.f15286b; return this.f15287c.hashCode() ^ ((i10 ^ ((int) ((j11 >>> 32) ^ j11))) * 1000003); } public String toString() { return "ConfigValue{delta=" + this.f15285a + ", maxAllowedDelay=" + this.f15286b + ", flags=" + this.f15287c + "}"; } private c(long j10, long j11, Set set) { this.f15285a = j10; this.f15286b = j11; this.f15287c = set; } }