package u6;

import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes2.dex */
public final class o extends y {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public Integer f33329b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public Long f33330c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public byte[] f33331d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public String f33332e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public Long f33333f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public d0 f33334g;

    @Override // u6.y
    public y setEventCode(@Nullable Integer num) {
        this.f33329b = num;
        return this;
    }

    @Override // u6.y
    public y setNetworkConnectionInfo(@Nullable d0 d0Var) {
        this.f33334g = d0Var;
        return this;
    }

    @Override // u6.y
    public y setSourceExtension(@Nullable byte[] bArr) {
        this.f33331d = bArr;
        return this;
    }

    @Override // u6.y
    public y setSourceExtensionJsonProto3(@Nullable String str) {
        this.f33332e = str;
        return this;
    }
}
