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