package k4; import k4.d; /* loaded from: classes2.dex */ public final class a { /* renamed from: a, reason: collision with root package name */ private int f11189a; /* renamed from: b, reason: collision with root package name */ private d.a f11190b = d.a.DEFAULT; /* renamed from: k4.a$a, reason: collision with other inner class name */ private static final class C0167a implements d { /* renamed from: a, reason: collision with root package name */ private final int f11191a; /* renamed from: b, reason: collision with root package name */ private final d.a f11192b; C0167a(int i10, d.a aVar) { this.f11191a = i10; this.f11192b = aVar; } @Override // java.lang.annotation.Annotation public Class annotationType() { return d.class; } @Override // java.lang.annotation.Annotation public boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof d)) { return false; } d dVar = (d) obj; return this.f11191a == dVar.tag() && this.f11192b.equals(dVar.intEncoding()); } @Override // java.lang.annotation.Annotation public int hashCode() { return (14552422 ^ this.f11191a) + (this.f11192b.hashCode() ^ 2041407134); } @Override // k4.d public d.a intEncoding() { return this.f11192b; } @Override // k4.d public int tag() { return this.f11191a; } @Override // java.lang.annotation.Annotation public String toString() { return "@com.google.firebase.encoders.proto.Protobuf(tag=" + this.f11191a + "intEncoding=" + this.f11192b + ')'; } } public static a b() { return new a(); } public d a() { return new C0167a(this.f11189a, this.f11190b); } public a c(int i10) { this.f11189a = i10; return this; } }