public class UrlTest
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
protected CrawlConfig |
crawlConfig |
protected java.lang.String |
url |
Constructor and Description |
---|
UrlTest()
Creates a new
UrlTest instance. |
UrlTest(UrlTest o)
Creates a new
UrlTest instance by deeply copying a given UrlTest instance. |
Modifier and Type | Method and Description |
---|---|
UrlTest |
clone()
Creates and returns a deep copy of this object.
|
CrawlConfig |
getCrawlConfig()
Gets the value of the crawlConfig property.
|
java.lang.String |
getUrl()
(default: null)
|
void |
setCrawlConfig(CrawlConfig value)
Sets the value of the crawlConfig property.
|
void |
setUrl(java.lang.String value)
Sets the value of the url property.
|
UrlTest |
withCrawlConfig(CrawlConfig value) |
UrlTest |
withUrl(java.lang.String value) |
protected CrawlConfig crawlConfig
protected java.lang.String url
public UrlTest()
UrlTest
instance.public UrlTest(UrlTest o)
UrlTest
instance by deeply copying a given UrlTest
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 java.lang.String getUrl()
String
public void setUrl(java.lang.String value)
value
- allowed object is
String
public UrlTest withCrawlConfig(CrawlConfig value)
public UrlTest withUrl(java.lang.String value)
public UrlTest clone()
clone
in class java.lang.Object
Copyright © 2021 Dassault Systèmes, All Rights Reserved.