public class MultiSourceUrlTest
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
MultiSourceUrlTest.Sources
Java class for anonymous complex type.
|
static class |
MultiSourceUrlTest.Urls
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected CrawlConfig |
crawlConfig |
protected MultiSourceUrlTest.Sources |
sources |
protected MultiSourceUrlTest.Urls |
urls |
Constructor and Description |
---|
MultiSourceUrlTest()
Creates a new
MultiSourceUrlTest instance. |
MultiSourceUrlTest(MultiSourceUrlTest o)
Creates a new
MultiSourceUrlTest instance by deeply copying a given MultiSourceUrlTest instance. |
Modifier and Type | Method and Description |
---|---|
MultiSourceUrlTest |
clone()
Creates and returns a deep copy of this object.
|
CrawlConfig |
getCrawlConfig()
Gets the value of the crawlConfig property.
|
MultiSourceUrlTest.Sources |
getSources()
Gets the value of the sources property.
|
MultiSourceUrlTest.Urls |
getUrls()
Gets the value of the urls property.
|
void |
setCrawlConfig(CrawlConfig value)
Sets the value of the crawlConfig property.
|
void |
setSources(MultiSourceUrlTest.Sources value)
Sets the value of the sources property.
|
void |
setUrls(MultiSourceUrlTest.Urls value)
Sets the value of the urls property.
|
MultiSourceUrlTest |
withCrawlConfig(CrawlConfig value) |
MultiSourceUrlTest |
withSources(MultiSourceUrlTest.Sources value) |
MultiSourceUrlTest |
withUrls(MultiSourceUrlTest.Urls value) |
protected CrawlConfig crawlConfig
protected MultiSourceUrlTest.Urls urls
protected MultiSourceUrlTest.Sources sources
public MultiSourceUrlTest()
MultiSourceUrlTest
instance.public MultiSourceUrlTest(MultiSourceUrlTest o)
MultiSourceUrlTest
instance by deeply copying a given MultiSourceUrlTest
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.public CrawlConfig getCrawlConfig()
CrawlConfig
public void setCrawlConfig(CrawlConfig value)
value
- allowed object is
CrawlConfig
public MultiSourceUrlTest.Urls getUrls()
MultiSourceUrlTest.Urls
public void setUrls(MultiSourceUrlTest.Urls value)
value
- allowed object is
MultiSourceUrlTest.Urls
public MultiSourceUrlTest.Sources getSources()
MultiSourceUrlTest.Sources
public void setSources(MultiSourceUrlTest.Sources value)
value
- allowed object is
MultiSourceUrlTest.Sources
public MultiSourceUrlTest withCrawlConfig(CrawlConfig value)
public MultiSourceUrlTest withUrls(MultiSourceUrlTest.Urls value)
public MultiSourceUrlTest withSources(MultiSourceUrlTest.Sources value)
public MultiSourceUrlTest clone()
clone
in class java.lang.Object
Copyright © 2021 Dassault Systèmes, All Rights Reserved.