url

public final UrlContextResult.Builder url(String url)

The URL that was fetched.


public final UrlContextResult.Builder url(JsonField<String> url)

Sets Builder.url to an arbitrary JSON value.

You should usually call Builder.url with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.