public class MultiUrlTest extends java.lang.Object implements com.exalead.util.Checkable, java.io.Serializable, Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
MultiUrlTest.Urls |
Modifier and Type | Field and Description |
---|---|
CrawlConfig |
crawlConfig |
protected MultiUrlTest.Urls |
urls |
Constructor and Description |
---|
MultiUrlTest() |
MultiUrlTest(MultiUrlTest o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this MultiUrlTest.
|
MultiUrlTest |
clone()
Creates and returns a deep copy of this MultiUrlTest.
|
static MultiUrlTest |
fromString(java.lang.String s)
String representation of this MultiUrlTest.
|
CrawlConfig |
getCrawlConfig() |
MultiUrlTest.Urls |
getUrls() |
MultiUrlTest |
makeCopy()
Creates and returns a deep copy of this MultiUrlTest.
|
static MultiUrlTest |
readFrom(java.io.InputStream is)
Read this MultiUrlTest from an XML fragment.
|
void |
setCrawlConfig(CrawlConfig crawlConfig) |
void |
setUrls(MultiUrlTest.Urls __value) |
java.lang.String |
toString()
String representation of this MultiUrlTest.
|
MultiUrlTest |
withCrawlConfig(CrawlConfig crawlConfig) |
MultiUrlTest |
withUrls(java.util.Collection<StringConstantValue> __values) |
MultiUrlTest |
withUrls(MultiUrlTest.Urls __value) |
MultiUrlTest |
withUrls(StringConstantValue... __values) |
void |
writeTo(java.io.OutputStream os)
Write this MultiUrlTest as an XML fragment
|
public CrawlConfig crawlConfig
protected MultiUrlTest.Urls urls
public MultiUrlTest()
public MultiUrlTest(MultiUrlTest o)
public void setCrawlConfig(CrawlConfig crawlConfig)
public CrawlConfig getCrawlConfig()
public MultiUrlTest withCrawlConfig(CrawlConfig crawlConfig)
public MultiUrlTest.Urls getUrls()
public void setUrls(MultiUrlTest.Urls __value)
public MultiUrlTest withUrls(StringConstantValue... __values)
public MultiUrlTest withUrls(java.util.Collection<StringConstantValue> __values)
public MultiUrlTest withUrls(MultiUrlTest.Urls __value)
public MultiUrlTest clone()
clone
in class java.lang.Object
public MultiUrlTest makeCopy()
public static MultiUrlTest readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
javax.xml.bind.JAXBException
java.io.IOException
public static MultiUrlTest fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.