public class

CrawlIssueUrl

extends ValueConstruct
java.lang.Object
   ↳ com.google.gdata.data.AbstractExtension
     ↳ com.google.gdata.data.ValueConstruct
       ↳ com.google.gdata.data.webmastertools.CrawlIssueUrl

Class Overview

URL affected by the crawl issue.

Summary

Constants
String XML_NAME XML element name
[Expand]
Inherited Fields
From class com.google.gdata.data.ValueConstruct
From class com.google.gdata.data.AbstractExtension
Public Constructors
CrawlIssueUrl()
Default mutable constructor.
CrawlIssueUrl(String url)
Constructor (mutable or immutable).
Public Methods
static ExtensionDescription getDefaultDescription(boolean required, boolean repeatable)
Returns the extension description, specifying whether it is required, and whether it is repeatable.
String getUrl()
Returns the value.
boolean hasUrl()
Returns whether it has the value.
void setUrl(String url)
Sets the value.
String toString()
[Expand]
Inherited Methods
From class com.google.gdata.data.ValueConstruct
From class com.google.gdata.data.AbstractExtension
From class java.lang.Object
From interface com.google.gdata.data.Extension

Constants

static final String XML_NAME

XML element name

Constant Value: "url"

Public Constructors

public CrawlIssueUrl ()

Default mutable constructor.

public CrawlIssueUrl (String url)

Constructor (mutable or immutable).

Parameters
url Immutable value or null for a mutable value

Public Methods

public static ExtensionDescription getDefaultDescription (boolean required, boolean repeatable)

Returns the extension description, specifying whether it is required, and whether it is repeatable.

Parameters
required Whether it is required
repeatable Whether it is repeatable
Returns
  • extension description

public String getUrl ()

Returns the value.

Returns
  • value

public boolean hasUrl ()

Returns whether it has the value.

Returns
  • whether it has the value

public void setUrl (String url)

Sets the value.

Parameters
url Value or null to reset

public String toString ()