public class

SitemapsEntry

extends BaseEntry<E extends BaseEntry>
java.lang.Object
   ↳ com.google.gdata.data.AbstractExtension
     ↳ com.google.gdata.data.ExtensionPoint
       ↳ com.google.gdata.data.BaseEntry<E extends com.google.gdata.data.BaseEntry>
         ↳ com.google.gdata.data.webmastertools.SitemapsEntry<E extends com.google.gdata.data.webmastertools.SitemapsEntry<E>>
Known Direct Subclasses

Class Overview

Defines an abstract base class for sitemap entry. It implements support for common sitemap entry parameters and relies on the derived classes to add ones that are specific to those types.

Summary

Nested Classes
class SitemapsEntry.LastDownloaded Represents a single node, that is a date/time value. 
class SitemapsEntry.SitemapStatus Represents node. 
class SitemapsEntry.UrlCount Represents a single node, that is an int value. 
Constants
String SITEMAP_DOWNLOADED
String SITEMAP_STATUS
String SITEMAP_URL_COUNT
[Expand]
Inherited Fields
From class com.google.gdata.data.BaseEntry
From class com.google.gdata.data.ExtensionPoint
From class com.google.gdata.data.AbstractExtension
Public Constructors
SitemapsEntry()
Constructs a new SitemapsEntry instance
SitemapsEntry(BaseEntry<?> sourceEntry)
Constructs a new entry by doing a copy from another BaseEntry instance.
Public Methods
void declareExtensions(ExtensionProfile extProfile)
Initializes an ExtensionProfile based upon the extensions expected by a SitemapsEntry.
DateTime getSitemapDownloadTime()
Returns last sitemap download time.
String getSitemapStatus()
Returns sitemap status.
int getSitemapUrlCount()
Returns sitemap URL count.
void setSitemapDownloadTime(DateTime value)
Set last sitemap download time.
void setSitemapStatus(String value)
Set sitemap status.
void setSitemapUrlCount(int value)
Set sitemap URL count.
[Expand]
Inherited Methods
From class com.google.gdata.data.BaseEntry
From class com.google.gdata.data.ExtensionPoint
From class com.google.gdata.data.AbstractExtension
From class java.lang.Object
From interface com.google.gdata.data.Extension
From interface com.google.gdata.data.IAtom
From interface com.google.gdata.data.IEntry
From interface com.google.gdata.data.Kind.Adaptable
From interface com.google.gdata.data.Kind.Adaptor

Constants

private static final String SITEMAP_DOWNLOADED

Constant Value: "sitemap-last-downloaded"

private static final String SITEMAP_STATUS

Constant Value: "sitemap-status"

private static final String SITEMAP_URL_COUNT

Constant Value: "sitemap-url-count"

Public Constructors

public SitemapsEntry ()

Constructs a new SitemapsEntry instance

public SitemapsEntry (BaseEntry<?> sourceEntry)

Constructs a new entry by doing a copy from another BaseEntry instance.

Parameters
sourceEntry

Public Methods

public void declareExtensions (ExtensionProfile extProfile)

Initializes an ExtensionProfile based upon the extensions expected by a SitemapsEntry.

Parameters
extProfile The ExtensionProfile to initialize.

public DateTime getSitemapDownloadTime ()

Returns last sitemap download time.

public String getSitemapStatus ()

Returns sitemap status.

public int getSitemapUrlCount ()

Returns sitemap URL count.

public void setSitemapDownloadTime (DateTime value)

Set last sitemap download time.

Parameters
value

public void setSitemapStatus (String value)

Set sitemap status.

Parameters
value Specifies sitemap status.

public void setSitemapUrlCount (int value)

Set sitemap URL count.

Parameters
value