package com.google.ads.interactivemedia.v3.impl.data;

import androidx.annotation.Nullable;
import com.google.ads.interactivemedia.v3.internal.zzps;

/* JADX INFO: loaded from: classes2.dex */
@zzps(zza = zzaf.class)
public abstract class zzby {
    public static zzby create(zzbx zzbxVar, String str, String str2, String str3, String str4, int i10, int i11) {
        return new zzaf(zzbxVar, str, str2, str4, str3, i10, i11);
    }

    public abstract int connectionTimeoutMs();

    @Nullable
    public abstract String content();

    public abstract String id();

    public abstract int readTimeoutMs();

    public abstract zzbx requestType();

    public abstract String url();

    public abstract String userAgent();
}
