azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.cogniti...

61 строка
5.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.cognitiveservices.search.entitysearch.models.Response"
fullName: "com.microsoft.azure.cognitiveservices.search.entitysearch.models.Response"
name: "Response"
nameWithType: "Response"
summary: "Defines a response."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.cognitiveservices.search.entitysearch.models.ResponseBase?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.cognitiveservices.search.entitysearch.models.Identifiable?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.azure.cognitiveservices.search.entitysearch.models.Identifiable?alt=com.microsoft.azure.cognitiveservices.search.entitysearch.models.Identifiable&text=Identifiable\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.azure.cognitiveservices.search.entitysearch.models.Identifiable.id()?alt=com.microsoft.azure.cognitiveservices.search.entitysearch.models.Identifiable.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **Response**</br> extends <xref href=\"com.microsoft.azure.cognitiveservices.search.entitysearch.models.Identifiable?alt=com.microsoft.azure.cognitiveservices.search.entitysearch.models.Identifiable&text=Identifiable\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.cognitiveservices.search.entitysearch.models.Response.Response()"
fullName: "com.microsoft.azure.cognitiveservices.search.entitysearch.models.Response.Response()"
name: "Response()"
nameWithType: "Response.Response()"
syntax: "public Response()"
methods:
- uid: "com.microsoft.azure.cognitiveservices.search.entitysearch.models.Response.contractualRules()"
fullName: "com.microsoft.azure.cognitiveservices.search.entitysearch.models.Response.contractualRules()"
name: "contractualRules()"
nameWithType: "Response.contractualRules()"
summary: "Get the contractual<wbr>Rules value."
syntax: "public List<ContractualRulesContractualRule> contractualRules()"
desc: "Get the contractualRules value."
returns:
description: "the contractualRules value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.cognitiveservices.search.entitysearch.models.ContractualRulesContractualRule?alt=com.microsoft.azure.cognitiveservices.search.entitysearch.models.ContractualRulesContractualRule&text=ContractualRulesContractualRule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.cognitiveservices.search.entitysearch.models.Response.webSearchUrl()"
fullName: "com.microsoft.azure.cognitiveservices.search.entitysearch.models.Response.webSearchUrl()"
name: "webSearchUrl()"
nameWithType: "Response.webSearchUrl()"
summary: "Get the web<wbr>Search<wbr>Url value."
syntax: "public String webSearchUrl()"
desc: "Get the webSearchUrl value."
returns:
description: "the webSearchUrl value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines a response. All schemas that could be returned at the root of a response should inherit from this."
metadata: {}
package: "com.microsoft.azure.cognitiveservices.search.entitysearch.models"
artifact: com.microsoft.azure.cognitiveservices:azure-cognitiveservices-entitysearch:1.0.2