public class SubmitRoots extends CrawlerCommand implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
force |
crawlerName
Constructor and Description |
---|
SubmitRoots()
Creates a new
SubmitRoots instance. |
SubmitRoots(SubmitRoots o)
Creates a new
SubmitRoots instance by deeply copying a given SubmitRoots instance. |
Modifier and Type | Method and Description |
---|---|
SubmitRoots |
clone()
Creates and returns a deep copy of this object.
|
boolean |
isForce()
Whether crawl the root URLs even though they have already been crawled.
|
void |
setForce(java.lang.Boolean value)
Sets the value of the force property.
|
SubmitRoots |
withCrawlerName(java.lang.String value) |
SubmitRoots |
withForce(java.lang.Boolean value) |
getCrawlerName, setCrawlerName
public SubmitRoots()
SubmitRoots
instance.public SubmitRoots(SubmitRoots o)
SubmitRoots
instance by deeply copying a given SubmitRoots
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.public boolean isForce()
Boolean
public void setForce(java.lang.Boolean value)
value
- allowed object is
Boolean
public SubmitRoots withForce(java.lang.Boolean value)
public SubmitRoots withCrawlerName(java.lang.String value)
withCrawlerName
in class CrawlerCommand
public SubmitRoots clone()
clone
in class CrawlerCommand
Copyright © 2021 Dassault Systèmes, All Rights Reserved.