Class Thing
- 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.Thing
-
- Direct Known Subclasses:
CreativeWork
public class Thing extends Response
The Thing model.
-
-
Constructor Summary
Constructors Constructor Description Thing()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbingId()Get the bingId value.Stringdescription()Get the description value.Stringname()Get the name value.Stringurl()Get the url value.-
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
-
name
public String name()
Get the name value.- Returns:
- the name value
-
url
public String url()
Get the url value.- Returns:
- the url value
-
description
public String description()
Get the description value.- Returns:
- the description value
-
bingId
public String bingId()
Get the bingId value.- Returns:
- the bingId value
-
-