public class SubmitUrls extends CrawlerCommand implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<IRoot> |
iRoot |
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<IRoot> |
getIRoot()
Gets the value of the iRoot property.
|
SubmitUrls |
withCrawlerName(java.lang.String value) |
SubmitUrls |
withIRoot(java.util.Collection<IRoot> values) |
SubmitUrls |
withIRoot(IRoot... values) |
getCrawlerName, setCrawlerName
protected java.util.List<IRoot> iRoot
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<IRoot> getIRoot()
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 iRoot property.
For example, to add a new item, do as follows:
getIRoot().add(newItem);
Objects of the following type(s) are allowed in the list
Root
Feed
public SubmitUrls withIRoot(IRoot... values)
public SubmitUrls withIRoot(java.util.Collection<IRoot> 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.