WebPage 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.
microsoft. azure. cognitiveservices. search. customsearch. models. Thing - com.
microsoft. azure. cognitiveservices. search. customsearch. models. CreativeWork - com.
microsoft. azure. cognitiveservices. search. customsearch. models. WebPage
- com.
- com.
- com.
- com.
- com.
- com.
public class WebPage
extends CreativeWork
Defines a webpage that is relevant to the query.
Constructor Summary
Constructor | Description | |
---|---|---|
WebPage() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dateLastCrawled()
Get the date |
java.util.List<Web |
deepLinks()
Get the deep |
java.lang.String |
displayUrl()
Get the display |
java.util.List<Web |
searchTags()
Get the search |
java.lang.String |
snippet()
Get the snippet value. |
Methods inherited from CreativeWork
Methods inherited from Identifiable
Methods inherited from Response
Methods inherited from Thing
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
WebPage
public WebPage()
Method Details
dateLastCrawled
public String dateLastCrawled()
Get the dateLastCrawled value.
Returns:
the dateLastCrawled value
deepLinks
public List
Get the deepLinks value.
Returns:
the deepLinks value
displayUrl
public String displayUrl()
Get the displayUrl value.
Returns:
the displayUrl value
searchTags
public List
Get the searchTags value.
Returns:
the searchTags value
snippet
public String snippet()
Get the snippet value.
Returns:
the snippet value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java