package com.google.firebase.encoders.proto;

import com.google.firebase.encoders.proto.Protobuf;
import java.lang.annotation.Annotation;

/* JADX INFO: loaded from: classes2.dex */
public final class a {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public int f24065a;

    public final Protobuf a() {
        final int i10 = this.f24065a;
        final Protobuf.IntEncoding intEncoding = Protobuf.IntEncoding.f24063a;
        return new Protobuf(i10, intEncoding) { // from class: com.google.firebase.encoders.proto.AtProtobuf$ProtobufImpl
            private final Protobuf.IntEncoding intEncoding;
            private final int tag;

            {
                this.tag = i10;
                this.intEncoding = intEncoding;
            }

            @Override // java.lang.annotation.Annotation
            public Class<? extends Annotation> annotationType() {
                return Protobuf.class;
            }

            @Override // java.lang.annotation.Annotation
            public boolean equals(Object obj) {
                if (this == obj) {
                    return true;
                }
                if (!(obj instanceof Protobuf)) {
                    return false;
                }
                Protobuf protobuf = (Protobuf) obj;
                return this.tag == protobuf.tag() && this.intEncoding.equals(protobuf.intEncoding());
            }

            @Override // java.lang.annotation.Annotation
            public int hashCode() {
                return (14552422 ^ this.tag) + (this.intEncoding.hashCode() ^ 2041407134);
            }

            @Override // com.google.firebase.encoders.proto.Protobuf
            public Protobuf.IntEncoding intEncoding() {
                return this.intEncoding;
            }

            @Override // com.google.firebase.encoders.proto.Protobuf
            public int tag() {
                return this.tag;
            }

            @Override // java.lang.annotation.Annotation
            public String toString() {
                return "@com.google.firebase.encoders.proto.Protobuf(tag=" + this.tag + "intEncoding=" + this.intEncoding + ')';
            }
        };
    }
}
