com.google.gdata.data.webmastertools
Class CrawlIssueDetail
java.lang.Object
com.google.gdata.data.AbstractExtension
com.google.gdata.data.ValueConstruct
com.google.gdata.data.webmastertools.CrawlIssueDetail
- All Implemented Interfaces:
- Extension
public class CrawlIssueDetail
- extends ValueConstruct
Detail of the crawl issue.
Method Summary |
static ExtensionDescription |
getDefaultDescription(boolean required,
boolean repeatable)
Returns the extension description, specifying whether it is required, and
whether it is repeatable. |
java.lang.String |
getDetail()
Returns the value. |
boolean |
hasDetail()
Returns whether it has the value. |
void |
setDetail(java.lang.String detail)
Sets the value. |
java.lang.String |
toString()
|
Methods inherited from class com.google.gdata.data.ValueConstruct |
consumeAttributes, equals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributes, setRequired, setValue |
Methods inherited from class com.google.gdata.data.AbstractExtension |
eq, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CrawlIssueDetail
public CrawlIssueDetail()
- Default mutable constructor.
CrawlIssueDetail
public CrawlIssueDetail(java.lang.String detail)
- Constructor (mutable or immutable).
- Parameters:
detail
- immutable value or null
for a mutable value
getDetail
public java.lang.String getDetail()
- Returns the value.
- Returns:
- value
setDetail
public void setDetail(java.lang.String detail)
- Sets the value.
- Parameters:
detail
- value or null
to reset
hasDetail
public boolean hasDetail()
- Returns whether it has the value.
- Returns:
- whether it has the value
getDefaultDescription
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 requiredrepeatable
- whether it is repeatable
- Returns:
- extension description
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object