package okhttp3;

import kotlin.Metadata;
import okio.BufferedSource;

/* JADX INFO: loaded from: classes2.dex */
@Metadata(d1 = {"\u0000\u001d\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\t\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000*\u0001\u0000\b\n\u0018\u00002\u00020\u0001J\b\u0010\u0002\u001a\u00020\u0003H\u0016J\n\u0010\u0004\u001a\u0004\u0018\u00010\u0005H\u0016J\b\u0010\u0006\u001a\u00020\u0007H\u0016¨\u0006\b"}, d2 = {"okhttp3/ResponseBody$Companion$asResponseBody$1", "Lokhttp3/ResponseBody;", "contentLength", "", "contentType", "Lokhttp3/MediaType;", "source", "Lokio/BufferedSource;", "okhttp"}, k = 1, mv = {1, 6, 0}, xi = 48)
public final class j0 extends ResponseBody {

    /* JADX INFO: renamed from: m, reason: collision with root package name */
    public final /* synthetic */ MediaType f9667m;

    /* JADX INFO: renamed from: n, reason: collision with root package name */
    public final /* synthetic */ long f9668n;

    /* JADX INFO: renamed from: o, reason: collision with root package name */
    public final /* synthetic */ BufferedSource f9669o;

    public j0(MediaType mediaType, long j2, BufferedSource bufferedSource) {
        this.f9667m = mediaType;
        this.f9668n = j2;
        this.f9669o = bufferedSource;
    }

    @Override // okhttp3.ResponseBody
    /* JADX INFO: renamed from: a, reason: from getter */
    public long getF9668n() {
        return this.f9668n;
    }

    @Override // okhttp3.ResponseBody
    /* JADX INFO: renamed from: c, reason: from getter */
    public MediaType getF9667m() {
        return this.f9667m;
    }

    @Override // okhttp3.ResponseBody
    /* JADX INFO: renamed from: e, reason: from getter */
    public BufferedSource getF9669o() {
        return this.f9669o;
    }
}
