public class ClearSources extends CrawlerCommand implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
ClearSources.Sources
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected ClearSources.Sources |
sources |
crawlerName
Constructor and Description |
---|
ClearSources()
Creates a new
ClearSources instance. |
ClearSources(ClearSources o)
Creates a new
ClearSources instance by deeply copying a given ClearSources instance. |
Modifier and Type | Method and Description |
---|---|
ClearSources |
clone()
Creates and returns a deep copy of this object.
|
ClearSources.Sources |
getSources()
Gets the value of the sources property.
|
void |
setSources(ClearSources.Sources value)
Sets the value of the sources property.
|
ClearSources |
withCrawlerName(java.lang.String value) |
ClearSources |
withSources(ClearSources.Sources value) |
getCrawlerName, setCrawlerName
protected ClearSources.Sources sources
public ClearSources()
ClearSources
instance.public ClearSources(ClearSources o)
ClearSources
instance by deeply copying a given ClearSources
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.public ClearSources.Sources getSources()
ClearSources.Sources
public void setSources(ClearSources.Sources value)
value
- allowed object is
ClearSources.Sources
public ClearSources withSources(ClearSources.Sources value)
public ClearSources withCrawlerName(java.lang.String value)
withCrawlerName
in class CrawlerCommand
public ClearSources clone()
clone
in class CrawlerCommand
Copyright © 2021 Dassault Systèmes, All Rights Reserved.