public class SourceOptionsWebCrawl extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
SourceOptionsWebCrawl.CrawlSpeed
The number of concurrent URLs to fetch.
|
Constructor and Description |
---|
SourceOptionsWebCrawl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCrawlSpeed()
Gets the crawlSpeed.
|
java.lang.Long |
getMaximumHops()
Gets the maximumHops.
|
java.lang.Long |
getRequestTimeout()
Gets the requestTimeout.
|
java.lang.String |
getUrl()
Gets the url.
|
java.lang.Boolean |
isAllowUntrustedCertificate()
Gets the allowUntrustedCertificate.
|
java.lang.Boolean |
isLimitToStartingHosts()
Gets the limitToStartingHosts.
|
java.lang.Boolean |
isOverrideRobotsTxt()
Gets the overrideRobotsTxt.
|
void |
setAllowUntrustedCertificate(java.lang.Boolean allowUntrustedCertificate)
Sets the allowUntrustedCertificate.
|
void |
setCrawlSpeed(java.lang.String crawlSpeed)
Sets the crawlSpeed.
|
void |
setLimitToStartingHosts(java.lang.Boolean limitToStartingHosts)
Sets the limitToStartingHosts.
|
void |
setMaximumHops(long maximumHops)
Sets the maximumHops.
|
void |
setOverrideRobotsTxt(java.lang.Boolean overrideRobotsTxt)
Sets the overrideRobotsTxt.
|
void |
setRequestTimeout(long requestTimeout)
Sets the requestTimeout.
|
void |
setUrl(java.lang.String url)
Sets the url.
|
equals, hashCode, toString
public java.lang.String getUrl()
public java.lang.Boolean isLimitToStartingHosts()
public java.lang.String getCrawlSpeed()
public java.lang.Boolean isAllowUntrustedCertificate()
public java.lang.Long getMaximumHops()
public java.lang.Long getRequestTimeout()
public java.lang.Boolean isOverrideRobotsTxt()
public void setUrl(java.lang.String url)
url
- the new urlpublic void setLimitToStartingHosts(java.lang.Boolean limitToStartingHosts)
limitToStartingHosts
- the new limitToStartingHostspublic void setCrawlSpeed(java.lang.String crawlSpeed)
crawlSpeed
- the new crawlSpeedpublic void setAllowUntrustedCertificate(java.lang.Boolean allowUntrustedCertificate)
allowUntrustedCertificate
- the new allowUntrustedCertificatepublic void setMaximumHops(long maximumHops)
maximumHops
- the new maximumHopspublic void setRequestTimeout(long requestTimeout)
requestTimeout
- the new requestTimeoutpublic void setOverrideRobotsTxt(java.lang.Boolean overrideRobotsTxt)
overrideRobotsTxt
- the new overrideRobotsTxt