| 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.CrawlIssueEntry | |||
Describes a crawl issue entry.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | KIND | Crawl Issue Entry kind term value. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CATEGORY | Crawl Issue Entry kind category. | ||||||||||
|
[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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default mutable constructor.
| |||||||||||
Constructs a new instance by doing a shallow copy of data from an existing
BaseEntry instance. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a new crawl issue linked from url.
| |||||||||||
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
| |||||||||||
Returns the crawl issue crawl type.
| |||||||||||
Returns the crawl issue date detected.
| |||||||||||
Returns the crawl issue detail.
| |||||||||||
Returns the crawl issue issue type.
| |||||||||||
Returns the crawl issue linked from urls.
| |||||||||||
Returns the crawl issue url.
| |||||||||||
Returns whether it has the crawl issue crawl type.
| |||||||||||
Returns whether it has the crawl issue date detected.
| |||||||||||
Returns whether it has the crawl issue detail.
| |||||||||||
Returns whether it has the crawl issue issue type.
| |||||||||||
Returns whether it has the crawl issue linked from urls.
| |||||||||||
Returns whether it has the crawl issue url.
| |||||||||||
Sets the crawl issue crawl type.
| |||||||||||
Sets the crawl issue date detected.
| |||||||||||
Sets the crawl issue detail.
| |||||||||||
Sets the crawl issue issue type.
| |||||||||||
Sets the crawl issue url.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Checks the attributes to see if there are any problems.
| |||||||||||
|
[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
| |||||||||||
Crawl Issue Entry kind term value.
Default mutable constructor.
Constructs a new instance by doing a shallow copy of data from an existing
BaseEntry instance.
| sourceEntry | Source entry |
|---|
Adds a new crawl issue linked from url.
| linkedFrom | Crawl issue linked from url |
|---|
Declares the set of expected Extension types for an ExtensionPoint within the target extension profile. The base implementation does not declare any extensions, but can be overridden by specific types of ExtensionPoints that always contain a well-defined set of extensions.
| extProfile | The ExtensionProfile to initialize. |
|---|
Returns the crawl issue crawl type.
Returns the crawl issue date detected.
Returns the crawl issue issue type.
Returns the crawl issue linked from urls.
Returns whether it has the crawl issue crawl type.
Returns whether it has the crawl issue date detected.
Returns whether it has the crawl issue detail.
Returns whether it has the crawl issue issue type.
Returns whether it has the crawl issue linked from urls.
Returns whether it has the crawl issue url.
Sets the crawl issue crawl type.
| crawlType | Crawl issue crawl type or null to reset
|
|---|
Sets the crawl issue date detected.
| dateDetected | Crawl issue date detected or null to reset
|
|---|
Sets the crawl issue detail.
| detail | Crawl issue detail or null to reset
|
|---|
Sets the crawl issue issue type.
| issueType | Crawl issue issue type or null to reset
|
|---|
Sets the crawl issue url.
| url | Crawl issue url or null to reset
|
|---|
Checks the attributes to see if there are any problems. Default implementation does nothing, though generally this is discouraged unless there really are no restrictions.