public class SubmitUrls extends CrawlerCommand implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Root> |
root |
crawlerName
Constructor and Description |
---|
SubmitUrls()
Creates a new
SubmitUrls instance. |
SubmitUrls(SubmitUrls o)
Creates a new
SubmitUrls instance by deeply copying a given SubmitUrls instance. |
Modifier and Type | Method and Description |
---|---|
SubmitUrls |
clone()
Creates and returns a deep copy of this object.
|
java.util.List<Root> |
getRoot()
Gets the value of the root property.
|
SubmitUrls |
withCrawlerName(java.lang.String value) |
SubmitUrls |
withRoot(java.util.Collection<Root> values) |
SubmitUrls |
withRoot(Root... values) |
getCrawlerName, setCrawlerName
protected java.util.List<Root> root
public SubmitUrls()
SubmitUrls
instance.public SubmitUrls(SubmitUrls o)
SubmitUrls
instance by deeply copying a given SubmitUrls
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.public java.util.List<Root> getRoot()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the root property.
For example, to add a new item, do as follows:
getRoot().add(newItem);
Objects of the following type(s) are allowed in the list
Root
public SubmitUrls withRoot(Root... values)
public SubmitUrls withRoot(java.util.Collection<Root> values)
public SubmitUrls withCrawlerName(java.lang.String value)
withCrawlerName
in class CrawlerCommand
public SubmitUrls clone()
clone
in class CrawlerCommand
Copyright © 2021 Dassault Systèmes, All Rights Reserved.