Megosztás a következőn keresztül:


SearchResponse Class

public class SearchResponse extends Response

Defines the top-level object that the response includes when the request succeeds.

Method Summary

Modifier and Type Method and Description
QueryContext queryContext()

Get the queryContext value.

WebWebAnswer webPages()

Get the webPages value.

Inherited Members

Method Details

queryContext

public QueryContext queryContext()

Get the queryContext value.

Returns:

the queryContext value

webPages

public WebWebAnswer webPages()

Get the webPages value.

Returns:

the webPages value

Applies to