public class GoogleVideoSitemapUrl extends WebSitemapUrl
GoogleVideoSitemapUrl.OptionsGoogleVideoSitemapUrl.Options,
Creating Video Sitemaps| Modifier and Type | Class and Description |
|---|---|
static class |
GoogleVideoSitemapUrl.Options
Options to configure Google Video URLs
|
| Constructor and Description |
|---|
GoogleVideoSitemapUrl(GoogleVideoSitemapUrl.Options options)
Configures the url with options
|
GoogleVideoSitemapUrl(URL url,
URL contentUrl)
Specifies a landing page URL, together with the URL of the underlying video (e.g.
|
GoogleVideoSitemapUrl(URL url,
URL playerUrl,
boolean allowEmbed)
Specifies a landing page URL, together with a "player" (e.g.
|
getChangeFreq, getLastMod, getPriority, getUrlpublic GoogleVideoSitemapUrl(URL url, URL playerUrl, boolean allowEmbed)
url - the landing page URLplayerUrl - the URL of the "player" (e.g. SWF file)allowEmbed - when specifying a player, you must specify whether embedding is allowedpublic GoogleVideoSitemapUrl(URL url, URL contentUrl)
url - the landing page URLcontentUrl - the URL of the underlying video (e.g. FLV)public GoogleVideoSitemapUrl(GoogleVideoSitemapUrl.Options options)
public URL getPlayerUrl()
GoogleVideoSitemapUrl.Options.playerUrlpublic URL getContentUrl()
GoogleVideoSitemapUrl.Options.contentUrlpublic URL getThumbnailUrl()
GoogleVideoSitemapUrl.Options.thumbnailUrlpublic String getTitle()
GoogleVideoSitemapUrl.Options.titlepublic String getDescription()
GoogleVideoSitemapUrl.Options.descriptionpublic Double getRating()
GoogleVideoSitemapUrl.Options.ratingpublic Integer getViewCount()
GoogleVideoSitemapUrl.Options.viewCountpublic Date getPublicationDate()
GoogleVideoSitemapUrl.Options.publicationDatepublic ArrayList<String> getTags()
GoogleVideoSitemapUrl.Options.tagspublic String getCategory()
GoogleVideoSitemapUrl.Options.categorypublic String getFamilyFriendly()
GoogleVideoSitemapUrl.Options.familyFriendlypublic Integer getDurationInSeconds()
GoogleVideoSitemapUrl.Options.durationInSecondspublic String getAllowEmbed()
Copyright © 2015. All rights reserved.