public class StartCrawl extends CrawlerCommand implements java.io.Serializable, java.lang.Cloneable
crawlerName
Constructor and Description |
---|
StartCrawl()
Creates a new
StartCrawl instance. |
StartCrawl(StartCrawl o)
Creates a new
StartCrawl instance by deeply copying a given StartCrawl instance. |
Modifier and Type | Method and Description |
---|---|
StartCrawl |
clone()
Creates and returns a deep copy of this object.
|
StartCrawl |
withCrawlerName(java.lang.String value) |
getCrawlerName, setCrawlerName
public StartCrawl()
StartCrawl
instance.public StartCrawl(StartCrawl o)
StartCrawl
instance by deeply copying a given StartCrawl
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.public StartCrawl withCrawlerName(java.lang.String value)
withCrawlerName
in class CrawlerCommand
public StartCrawl clone()
clone
in class CrawlerCommand
Copyright © 2021 Dassault Systèmes, All Rights Reserved.