Sdílet prostřednictvím


WebWebAnswer Class

public class WebWebAnswer extends SearchResultsAnswer

Defines a list of relevant webpage links.

Method Summary

Modifier and Type Method and Description
Boolean someResultsRemoved()

Get the someResultsRemoved value.

List<WebPage> value()

Get the value value.

WebWebAnswer withValue(List<WebPage> value)

Set the value value.

Inherited Members

Method Details

someResultsRemoved

public Boolean someResultsRemoved()

Get the someResultsRemoved value.

Returns:

the someResultsRemoved value

value

public List value()

Get the value value.

Returns:

the value value

withValue

public WebWebAnswer withValue(List value)

Set the value value.

Parameters:

value - the value value to set

Returns:

the WebWebAnswer object itself.

Applies to