public class SourceUrlStatus
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
followed |
protected java.lang.Boolean |
indexed |
protected java.lang.String |
source |
protected java.lang.String |
url |
Constructor and Description |
---|
SourceUrlStatus()
Creates a new
SourceUrlStatus instance. |
SourceUrlStatus(SourceUrlStatus o)
Creates a new
SourceUrlStatus instance by deeply copying a given SourceUrlStatus instance. |
Modifier and Type | Method and Description |
---|---|
SourceUrlStatus |
clone()
Creates and returns a deep copy of this object.
|
java.lang.String |
getSource()
(default: null)
|
java.lang.String |
getUrl()
(default: null)
|
boolean |
isFollowed()
(default: false)
|
boolean |
isIndexed()
(default: false)
|
void |
setFollowed(java.lang.Boolean value)
Sets the value of the followed property.
|
void |
setIndexed(java.lang.Boolean value)
Sets the value of the indexed 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.
|
SourceUrlStatus |
withFollowed(java.lang.Boolean value) |
SourceUrlStatus |
withIndexed(java.lang.Boolean value) |
SourceUrlStatus |
withSource(java.lang.String value) |
SourceUrlStatus |
withUrl(java.lang.String value) |
protected java.lang.String url
protected java.lang.String source
protected java.lang.Boolean indexed
protected java.lang.Boolean followed
public SourceUrlStatus()
SourceUrlStatus
instance.public SourceUrlStatus(SourceUrlStatus o)
SourceUrlStatus
instance by deeply copying a given SourceUrlStatus
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.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 boolean isIndexed()
Boolean
public void setIndexed(java.lang.Boolean value)
value
- allowed object is
Boolean
public boolean isFollowed()
Boolean
public void setFollowed(java.lang.Boolean value)
value
- allowed object is
Boolean
public SourceUrlStatus withUrl(java.lang.String value)
public SourceUrlStatus withSource(java.lang.String value)
public SourceUrlStatus withIndexed(java.lang.Boolean value)
public SourceUrlStatus withFollowed(java.lang.Boolean value)
public SourceUrlStatus clone()
clone
in class java.lang.Object
Copyright © 2021 Dassault Systèmes, All Rights Reserved.