public class CrawlIssueEntry extends BaseEntry<CrawlIssueEntry>
BaseEntry.AtomHandler, BaseEntry.EntryStateExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandlerAbstractExtension.AttributesHandler| Modifier and Type | Field and Description |
|---|---|
static Category |
CATEGORY
Crawl Issue Entry kind category.
|
static java.lang.String |
KIND
Crawl Issue Entry kind term value.
|
xmlBloblocalName, namespace| Constructor and Description |
|---|
CrawlIssueEntry()
Default mutable constructor.
|
CrawlIssueEntry(BaseEntry<?> sourceEntry)
Constructs a new instance by doing a shallow copy of data from an existing
BaseEntry instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
addLinkedFrom(CrawlIssueLinkedFromUrl linkedFrom)
Adds a new crawl issue linked from url.
|
void |
declareExtensions(ExtensionProfile extProfile)
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
|
CrawlIssueCrawlType |
getCrawlType()
Returns the crawl issue crawl type.
|
CrawlIssueDateDetected |
getDateDetected()
Returns the crawl issue date detected.
|
CrawlIssueDetail |
getDetail()
Returns the crawl issue detail.
|
CrawlIssueIssueType |
getIssueType()
Returns the crawl issue issue type.
|
java.util.List<CrawlIssueLinkedFromUrl> |
getLinkedFroms()
Returns the crawl issue linked from urls.
|
CrawlIssueUrl |
getUrl()
Returns the crawl issue url.
|
boolean |
hasCrawlType()
Returns whether it has the crawl issue crawl type.
|
boolean |
hasDateDetected()
Returns whether it has the crawl issue date detected.
|
boolean |
hasDetail()
Returns whether it has the crawl issue detail.
|
boolean |
hasIssueType()
Returns whether it has the crawl issue issue type.
|
boolean |
hasLinkedFroms()
Returns whether it has the crawl issue linked from urls.
|
boolean |
hasUrl()
Returns whether it has the crawl issue url.
|
void |
setCrawlType(CrawlIssueCrawlType crawlType)
Sets the crawl issue crawl type.
|
void |
setDateDetected(CrawlIssueDateDetected dateDetected)
Sets the crawl issue date detected.
|
void |
setDetail(CrawlIssueDetail detail)
Sets the crawl issue detail.
|
void |
setIssueType(CrawlIssueIssueType issueType)
Sets the crawl issue issue type.
|
void |
setUrl(CrawlIssueUrl url)
Sets the crawl issue url.
|
java.lang.String |
toString() |
protected void |
validate()
Checks the attributes to see if there are any problems.
|
addAdaptor, addHtmlLink, addLink, addLink, delete, generate, generateAtom, generateRss, getAdaptedEntry, getAdaptor, getAdaptors, getAuthors, getCanEdit, getCategories, getContent, getContentHandlerInfo, getContributors, getEdited, getEditLink, getEtag, getHandler, getHtmlLink, getId, getKind, getLink, getLinks, getLinks, getMediaEditLink, getPlainTextContent, getPubControl, getPublished, getResumableEditMediaLink, getRights, getSelectedFields, getSelf, getSelfLink, getService, getSource, getSummary, getTextContent, getTitle, getUpdated, getVersionId, isDraft, parseAtom, parseAtom, parseAtom, readEntry, readEntry, removeLinks, removeLinks, setCanEdit, setContent, setContent, setDraft, setEdited, setEtag, setId, setKind, setPubControl, setPublished, setRights, setSelectedFields, setService, setSource, setSummary, setTitle, setUpdated, setVersionId, update, visitChildrenaddExtension, addExtension, addRepeatingExtension, addRepeatingExtension, checkRequiredExtensions, createExtensionInstance, generate, generateCumulativeXmlBlob, generateExtensions, generateStartElement, getExtension, getExtensionDescription, getExtensionHandler, getExtensions, getManifest, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, initializeArbitraryXml, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit, visitChildconsumeAttributes, disableStrictValidation, enableStrictValidation, eq, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, putAttributes, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutablepublic static final java.lang.String KIND
public static final Category CATEGORY
public void declareExtensions(ExtensionProfile extProfile)
ExtensionPointdeclareExtensions in interface Kind.AdaptordeclareExtensions in class ExtensionPointextProfile - the ExtensionProfile to initialize.ExtensionProfile.addDeclarations(Kind.Adaptor)public CrawlIssueCrawlType getCrawlType()
public void setCrawlType(CrawlIssueCrawlType crawlType)
crawlType - crawl issue crawl type or null to resetpublic boolean hasCrawlType()
public CrawlIssueDateDetected getDateDetected()
public void setDateDetected(CrawlIssueDateDetected dateDetected)
dateDetected - crawl issue date detected or null to resetpublic boolean hasDateDetected()
public CrawlIssueDetail getDetail()
public void setDetail(CrawlIssueDetail detail)
detail - crawl issue detail or null to resetpublic boolean hasDetail()
public CrawlIssueIssueType getIssueType()
public void setIssueType(CrawlIssueIssueType issueType)
issueType - crawl issue issue type or null to resetpublic boolean hasIssueType()
public java.util.List<CrawlIssueLinkedFromUrl> getLinkedFroms()
public void addLinkedFrom(CrawlIssueLinkedFromUrl linkedFrom)
linkedFrom - crawl issue linked from urlpublic boolean hasLinkedFroms()
public CrawlIssueUrl getUrl()
public void setUrl(CrawlIssueUrl url)
url - crawl issue url or null to resetpublic boolean hasUrl()
protected void validate()
AbstractExtensionvalidate in class AbstractExtensionpublic java.lang.String toString()
toString in class java.lang.Object