package com.google.android.datatransport.cct;

import androidx.annotation.Nullable;
import java.net.URL;

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

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final long f7726b;

    @Nullable
    final URL redirectUrl;

    public c(int i10, @Nullable URL url, long j10) {
        this.f7725a = i10;
        this.redirectUrl = url;
        this.f7726b = j10;
    }
}
