public class

CrawlIssueDetail

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

Class Overview

Detail of 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
CrawlIssueDetail()
Default mutable constructor.
CrawlIssueDetail(String detail)
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 getDetail()
Returns the value.
boolean hasDetail()
Returns whether it has the value.
void setDetail(String detail)
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: "detail"

Public Constructors

public CrawlIssueDetail ()

Default mutable constructor.

public CrawlIssueDetail (String detail)

Constructor (mutable or immutable).

Parameters
detail 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 getDetail ()

Returns the value.

Returns
  • value

public boolean hasDetail ()

Returns whether it has the value.

Returns
  • whether it has the value

public void setDetail (String detail)

Sets the value.

Parameters
detail Value or null to reset

public String toString ()