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