public class

CrawlIssueLinkedFromUrl

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

Class Overview

Source URL that links to the issue URL.

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
CrawlIssueLinkedFromUrl()
Default mutable constructor.
CrawlIssueLinkedFromUrl(String linkedFromUrl)
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 getLinkedFromUrl()
Returns the value.
boolean hasLinkedFromUrl()
Returns whether it has the value.
void setLinkedFromUrl(String linkedFromUrl)
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: "linked-from"

Public Constructors

public CrawlIssueLinkedFromUrl ()

Default mutable constructor.

public CrawlIssueLinkedFromUrl (String linkedFromUrl)

Constructor (mutable or immutable).

Parameters
linkedFromUrl 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 getLinkedFromUrl ()

Returns the value.

Returns
  • value

public boolean hasLinkedFromUrl ()

Returns whether it has the value.

Returns
  • whether it has the value

public void setLinkedFromUrl (String linkedFromUrl)

Sets the value.

Parameters
linkedFromUrl Value or null to reset

public String toString ()