Class WebPage
- 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
-
- com.microsoft.azure.cognitiveservices.search.customsearch.models.CreativeWork
-
- com.microsoft.azure.cognitiveservices.search.customsearch.models.WebPage
-
public class WebPage extends CreativeWork
Defines a webpage that is relevant to the query.
-
-
Constructor Summary
Constructors Constructor Description WebPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdateLastCrawled()Get the dateLastCrawled value.List<WebPage>deepLinks()Get the deepLinks value.StringdisplayUrl()Get the displayUrl value.List<WebMetaTag>searchTags()Get the searchTags value.Stringsnippet()Get the snippet value.-
Methods inherited from class com.microsoft.azure.cognitiveservices.search.customsearch.models.CreativeWork
provider, text, thumbnailUrl
-
Methods inherited from class com.microsoft.azure.cognitiveservices.search.customsearch.models.Thing
bingId, description, name, url
-
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
-
displayUrl
public String displayUrl()
Get the displayUrl value.- Returns:
- the displayUrl value
-
snippet
public String snippet()
Get the snippet value.- Returns:
- the snippet value
-
dateLastCrawled
public String dateLastCrawled()
Get the dateLastCrawled value.- Returns:
- the dateLastCrawled value
-
searchTags
public List<WebMetaTag> searchTags()
Get the searchTags value.- Returns:
- the searchTags value
-
-