package u6;

import androidx.annotation.Nullable;
import com.google.android.datatransport.cct.internal.QosTier;
import java.util.List;

/* JADX INFO: loaded from: classes2.dex */
public final class q extends a0 {

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

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

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

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

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

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

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

    @Override // u6.a0
    public a0 setClientInfo(@Nullable x xVar) {
        this.f33344c = xVar;
        return this;
    }

    @Override // u6.a0
    public a0 setLogEvents(@Nullable List<z> list) {
        this.f33347f = list;
        return this;
    }

    @Override // u6.a0
    public a0 setLogSource(@Nullable Integer num) {
        this.f33345d = num;
        return this;
    }

    @Override // u6.a0
    public a0 setLogSourceName(@Nullable String str) {
        this.f33346e = str;
        return this;
    }

    @Override // u6.a0
    public a0 setQosTier(@Nullable QosTier qosTier) {
        this.f33348g = qosTier;
        return this;
    }
}
