Sdílet prostřednictvím


RelatedSearchesRelatedSearchAnswer Class

public class RelatedSearchesRelatedSearchAnswer extends SearchResultsAnswer

Defines a list of related queries made by others.

Method Summary

Modifier and Type Method and Description
List<Query> value()

Get the value value.

RelatedSearchesRelatedSearchAnswer withValue(List<Query> value)

Set the value value.

Inherited Members

Method Details

value

public List value()

Get the value value.

Returns:

the value value

withValue

public RelatedSearchesRelatedSearchAnswer withValue(List value)

Set the value value.

Parameters:

value - the value value to set

Returns:

the RelatedSearchesRelatedSearchAnswer object itself.

Applies to