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