public class SourceOptionsWebCrawl
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | SourceOptionsWebCrawl.BuilderBuilder. | 
| static interface  | SourceOptionsWebCrawl.CrawlSpeedThe number of concurrent URLs to fetch. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Boolean | allowUntrustedCertificate()Gets the allowUntrustedCertificate. | 
| java.util.List<java.lang.String> | blacklist()Gets the blacklist. | 
| java.lang.String | crawlSpeed()Gets the crawlSpeed. | 
| java.lang.Boolean | limitToStartingHosts()Gets the limitToStartingHosts. | 
| java.lang.Long | maximumHops()Gets the maximumHops. | 
| SourceOptionsWebCrawl.Builder | newBuilder()New builder. | 
| java.lang.Boolean | overrideRobotsTxt()Gets the overrideRobotsTxt. | 
| java.lang.Long | requestTimeout()Gets the requestTimeout. | 
| java.lang.String | url()Gets the url. | 
public SourceOptionsWebCrawl.Builder newBuilder()
public java.lang.String url()
public java.lang.Boolean limitToStartingHosts()
public java.lang.String crawlSpeed()
public java.lang.Boolean allowUntrustedCertificate()
public java.lang.Long maximumHops()
public java.lang.Long requestTimeout()
public java.lang.Boolean overrideRobotsTxt()
public java.util.List<java.lang.String> blacklist()