public class CrawlIssueEntry extends BaseEntry<CrawlIssueEntry>
BaseEntry.AtomHandler
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandler
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.
|
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() |
addAdaptor, addHtmlLink, addLink, addLink, delete, generate, generateAtom, generateRss, getAdaptedEntry, getAdaptor, getAdaptors, getAuthors, getCanEdit, getCategories, getContent, 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
addExtension, addRepeatingExtension, generateCumulativeXmlBlob, getExtension, getExtensions, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit
disableStrictValidation, enableStrictValidation, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutable
public static final java.lang.String KIND
public static final Category CATEGORY
public void declareExtensions(ExtensionProfile extProfile)
ExtensionPoint
declareExtensions
in interface Kind.Adaptor
declareExtensions
in class ExtensionPoint
extProfile
- 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()
public java.lang.String toString()
toString
in class java.lang.Object