public class PreviousCrawlData extends Object
Constructor and Description |
---|
PreviousCrawlData() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
ContentType |
getContentType() |
Date |
getCrawlDate() |
String |
getReference() |
String |
getSitemapChangeFreq() |
Long |
getSitemapLastMod() |
Float |
getSitemapPriority() |
int |
hashCode() |
void |
setContentType(ContentType contentType) |
void |
setCrawlDate(Date crawlDate) |
void |
setReference(String reference) |
void |
setSitemapChangeFreq(String sitemapChangeFreq) |
void |
setSitemapLastMod(Long sitemapLastMod) |
void |
setSitemapPriority(Float sitemapPriority) |
String |
toString() |
public String getReference()
public void setReference(String reference)
public ContentType getContentType()
public void setContentType(ContentType contentType)
public Date getCrawlDate()
public void setCrawlDate(Date crawlDate)
public Long getSitemapLastMod()
public void setSitemapLastMod(Long sitemapLastMod)
public String getSitemapChangeFreq()
public void setSitemapChangeFreq(String sitemapChangeFreq)
public Float getSitemapPriority()
public void setSitemapPriority(Float sitemapPriority)
Copyright © 2009–2021 Norconex Inc.. All rights reserved.