public class ClearDocuments extends CrawlerCommand implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
prefix |
crawlerName
Constructor and Description |
---|
ClearDocuments()
Creates a new
ClearDocuments instance. |
ClearDocuments(ClearDocuments o)
Creates a new
ClearDocuments instance by deeply copying a given ClearDocuments instance. |
Modifier and Type | Method and Description |
---|---|
ClearDocuments |
clone()
Creates and returns a deep copy of this object.
|
java.lang.String |
getPrefix()
If not null, clear only documents whose url matches this prefix.
|
void |
setPrefix(java.lang.String value)
Sets the value of the prefix property.
|
ClearDocuments |
withCrawlerName(java.lang.String value) |
ClearDocuments |
withPrefix(java.lang.String value) |
getCrawlerName, setCrawlerName
public ClearDocuments()
ClearDocuments
instance.public ClearDocuments(ClearDocuments o)
ClearDocuments
instance by deeply copying a given ClearDocuments
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.public java.lang.String getPrefix()
String
public void setPrefix(java.lang.String value)
value
- allowed object is
String
public ClearDocuments withPrefix(java.lang.String value)
public ClearDocuments withCrawlerName(java.lang.String value)
withCrawlerName
in class CrawlerCommand
public ClearDocuments clone()
clone
in class CrawlerCommand
Copyright © 2021 Dassault Systèmes, All Rights Reserved.