public class SourceOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description | 
|---|
| SourceOptions() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<SourceOptionsBuckets> | getBuckets()Gets the buckets. | 
| java.util.List<SourceOptionsFolder> | getFolders()Gets the folders. | 
| java.util.List<SourceOptionsObject> | getObjects()Gets the objects. | 
| java.util.List<SourceOptionsSiteColl> | getSiteCollections()Gets the siteCollections. | 
| java.util.List<SourceOptionsWebCrawl> | getUrls()Gets the urls. | 
| java.lang.Boolean | isCrawlAllBuckets()Gets the crawlAllBuckets. | 
| void | setBuckets(java.util.List<SourceOptionsBuckets> buckets)Sets the buckets. | 
| void | setCrawlAllBuckets(java.lang.Boolean crawlAllBuckets)Sets the crawlAllBuckets. | 
| void | setFolders(java.util.List<SourceOptionsFolder> folders)Sets the folders. | 
| void | setObjects(java.util.List<SourceOptionsObject> objects)Sets the objects. | 
| void | setSiteCollections(java.util.List<SourceOptionsSiteColl> siteCollections)Sets the siteCollections. | 
| void | setUrls(java.util.List<SourceOptionsWebCrawl> urls)Sets the urls. | 
public java.util.List<SourceOptionsFolder> getFolders()
public java.util.List<SourceOptionsObject> getObjects()
public java.util.List<SourceOptionsSiteColl> getSiteCollections()
public java.util.List<SourceOptionsWebCrawl> getUrls()
public java.util.List<SourceOptionsBuckets> getBuckets()
public java.lang.Boolean isCrawlAllBuckets()
public void setFolders(java.util.List<SourceOptionsFolder> folders)
folders - the new folderspublic void setObjects(java.util.List<SourceOptionsObject> objects)
objects - the new objectspublic void setSiteCollections(java.util.List<SourceOptionsSiteColl> siteCollections)
siteCollections - the new siteCollectionspublic void setUrls(java.util.List<SourceOptionsWebCrawl> urls)
urls - the new urlspublic void setBuckets(java.util.List<SourceOptionsBuckets> buckets)
buckets - the new bucketspublic void setCrawlAllBuckets(java.lang.Boolean crawlAllBuckets)
crawlAllBuckets - the new crawlAllBuckets