Response Class
- 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.
- com.
- com.
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
Constructor | Description | |
---|---|---|
Response() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
webSearchUrl()
Get the web |
Methods inherited from Identifiable
Methods inherited from java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Constructor Details
Response
public Response()
Method Details
webSearchUrl
public String webSearchUrl()
Get the webSearchUrl value.
Returns:
the webSearchUrl value
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java