public class CrawlUrl extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CrawlUrl.Path |
| Constructor and Description |
|---|
CrawlUrl(String url,
String path,
float priority,
String referrer,
ZonedDateTime refererCrawlTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static CrawlUrl |
fromSeed(String url,
float priority) |
String |
getPath() |
float |
getPriority() |
ZonedDateTime |
getRefererCrawlTime() |
String |
getReferrer() |
String |
getUrl() |
int |
hashCode() |
CrawlUrl |
merge(CrawlUrl mergee)
Merge with other instance.
|
CrawlUrl |
outlink(String url,
float priority,
ZonedDateTime crawlTime) |
String |
toString() |
public CrawlUrl(String url, String path, float priority, String referrer, ZonedDateTime refererCrawlTime)
public CrawlUrl outlink(String url, float priority, ZonedDateTime crawlTime)
public String getUrl()
public String getPath()
public float getPriority()
public String getReferrer()
public ZonedDateTime getRefererCrawlTime()
Copyright © 2017. All rights reserved.