WebPage Class

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 dateLastCrawled value.

java.util.List<WebPage> deepLinks()

Get the deepLinks value.

java.lang.String displayUrl()

Get the displayUrl value.

ImageObject primaryImageOfPage()

Get the primaryImageOfPage value.

java.util.List<WebMetaTag> searchTags()

Get the searchTags value.

java.lang.String snippet()

Get the snippet value.

Methods inherited from CreativeWork

Methods inherited from Identifiable

id

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 deepLinks()

Get the deepLinks value.

Returns:

the deepLinks value

displayUrl

public String displayUrl()

Get the displayUrl value.

Returns:

the displayUrl value

primaryImageOfPage

public ImageObject primaryImageOfPage()

Get the primaryImageOfPage value.

Returns:

the primaryImageOfPage value

searchTags

public List searchTags()

Get the searchTags value.

Returns:

the searchTags value

snippet

public String snippet()

Get the snippet value.

Returns:

the snippet value

Applies to