|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gdata.data.AbstractExtension
com.google.gdata.data.ValueConstruct
com.google.gdata.data.webmastertools.CrawlIssueUrl
public class CrawlIssueUrl
URL affected by the crawl issue.
| Constructor Summary | |
|---|---|
CrawlIssueUrl()
Default mutable constructor. |
|
CrawlIssueUrl(java.lang.String url)
Constructor (mutable or immutable). |
|
| 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 |
getUrl()
Returns the value. |
boolean |
hasUrl()
Returns whether it has the value. |
void |
setUrl(java.lang.String url)
Sets the value. |
java.lang.String |
toString()
|
| Methods inherited from class com.google.gdata.data.ValueConstruct |
|---|
equals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributes, setValue |
| Methods inherited from class com.google.gdata.data.AbstractExtension |
|---|
disableStrictValidation, enableStrictValidation, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutable |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CrawlIssueUrl()
public CrawlIssueUrl(java.lang.String url)
url - immutable value or null for a mutable value| Method Detail |
|---|
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - value or null to resetpublic boolean hasUrl()
public static ExtensionDescription getDefaultDescription(boolean required,
boolean repeatable)
required - whether it is requiredrepeatable - whether it is repeatable
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||