public class GoogleVideoSitemapUrl extends WebSitemapUrl
GoogleVideoSitemapUrl.Options
| Modifier and Type | Class and Description |
|---|---|
static class |
GoogleVideoSitemapUrl
Options to configure Google Video URLs
|
| Constructor and Description |
|---|
GoogleVideoSitemapUrl(GoogleVideoSitemapUrl
Configures the url with options
|
GoogleVideoSitemapUrl(URL
Specifies a landing page URL, together with the URL of the underlying video (e.g.
|
GoogleVideoSitemapUrl(URL
Specifies a landing page URL, together with a "player" (e.g.
|
getChangeFreq, getLastMod, getPriority, getUrlpublic GoogleVideoSitemapUrl(URLurl, URL playerUrl, boolean allowEmbed)
url - the landing page URL
playerUrl - the URL of the "player" (e.g. SWF file)
allowEmbed - when specifying a player, you must specify whether embedding is allowed
public GoogleVideoSitemapUrl(URLurl, URL contentUrl)
url - the landing page URL
contentUrl - the URL of the underlying video (e.g. FLV)
public GoogleVideoSitemapUrl(GoogleVideoSitemapUrl.Options options)
public URLgetPlayerUrl()
GoogleVideoSitemapUrl.Options.playerUrl
public URLgetContentUrl()
GoogleVideoSitemapUrl.Options.contentUrl
public URLgetThumbnailUrl()
GoogleVideoSitemapUrl.Options.thumbnailUrl
public StringgetTitle()
GoogleVideoSitemapUrl.Options.title
public StringgetDescription()
GoogleVideoSitemapUrl.Options.description
public DoublegetRating()
GoogleVideoSitemapUrl.Options.rating
public IntegergetViewCount()
GoogleVideoSitemapUrl.Options.viewCount
public DategetPublicationDate()
GoogleVideoSitemapUrl.Options.publicationDate
public ArrayList<String > getTags()
GoogleVideoSitemapUrl.Options.tags
public StringgetCategory()
GoogleVideoSitemapUrl.Options.category
public StringgetFamilyFriendly()
GoogleVideoSitemapUrl.Options.familyFriendly
public IntegergetDurationInSeconds()
GoogleVideoSitemapUrl.Options.durationInSeconds
public StringgetAllowEmbed()