Class Response
- 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
-
- Direct Known Subclasses:
Answer,ErrorResponse,SearchResponse,Thing
public class Response extends Identifiable
Defines a response. All schemas that could be returned at the root of a response should inherit from this.
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringwebSearchUrl()Get the webSearchUrl value.-
Methods inherited from class com.microsoft.azure.cognitiveservices.search.customsearch.models.Identifiable
id
-
-
-
-
Method Detail
-
webSearchUrl
public String webSearchUrl()
Get the webSearchUrl value.- Returns:
- the webSearchUrl value
-
-