public class SourceOptionsWebCrawl
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | SourceOptionsWebCrawl.CrawlSpeedThe number of concurrent URLs to fetch. | 
| Constructor and Description | 
|---|
| SourceOptionsWebCrawl() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<java.lang.String> | getBlacklist()Gets the blacklist. | 
| 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 | setBlacklist(java.util.List<java.lang.String> blacklist)Sets the blacklist. | 
| 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. | 
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 java.util.List<java.lang.String> getBlacklist()
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 overrideRobotsTxtpublic void setBlacklist(java.util.List<java.lang.String> blacklist)
blacklist - the new blacklist