Class WebWebAnswer
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.search.customsearch.models.ResponseBase
-
- com.microsoft.azure.cognitiveservices.search.customsearch.models.Identifiable
-
- com.microsoft.azure.cognitiveservices.search.customsearch.models.Response
-
- com.microsoft.azure.cognitiveservices.search.customsearch.models.Answer
-
- com.microsoft.azure.cognitiveservices.search.customsearch.models.SearchResultsAnswer
-
- com.microsoft.azure.cognitiveservices.search.customsearch.models.WebWebAnswer
-
public class WebWebAnswer extends SearchResultsAnswer
Defines a list of relevant webpage links.
-
-
Constructor Summary
Constructors Constructor Description WebWebAnswer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleansomeResultsRemoved()Get the someResultsRemoved value.List<WebPage>value()Get the value value.WebWebAnswerwithValue(List<WebPage> value)Set the value value.-
Methods inherited from class com.microsoft.azure.cognitiveservices.search.customsearch.models.SearchResultsAnswer
isFamilyFriendly, queryContext, totalEstimatedMatches
-
Methods inherited from class com.microsoft.azure.cognitiveservices.search.customsearch.models.Answer
followUpQueries
-
Methods inherited from class com.microsoft.azure.cognitiveservices.search.customsearch.models.Response
webSearchUrl
-
Methods inherited from class com.microsoft.azure.cognitiveservices.search.customsearch.models.Identifiable
id
-
-
-
-
Method Detail
-
withValue
public WebWebAnswer withValue(List<WebPage> value)
Set the value value.- Parameters:
value- the value value to set- Returns:
- the WebWebAnswer object itself.
-
someResultsRemoved
public Boolean someResultsRemoved()
Get the someResultsRemoved value.- Returns:
- the someResultsRemoved value
-
-