public class UrlStatus
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 |
url |
Constructor and Description |
---|
UrlStatus()
Creates a new
UrlStatus instance. |
UrlStatus(UrlStatus o)
Creates a new
UrlStatus instance by deeply copying a given UrlStatus instance. |
Modifier and Type | Method and Description |
---|---|
UrlStatus |
clone()
Creates and returns a deep copy of this object.
|
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 |
setUrl(java.lang.String value)
Sets the value of the url property.
|
UrlStatus |
withFollowed(java.lang.Boolean value) |
UrlStatus |
withIndexed(java.lang.Boolean value) |
UrlStatus |
withUrl(java.lang.String value) |
protected java.lang.String url
protected java.lang.Boolean indexed
protected java.lang.Boolean followed
public UrlStatus()
UrlStatus
instance.public UrlStatus(UrlStatus o)
UrlStatus
instance by deeply copying a given UrlStatus
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 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 UrlStatus withUrl(java.lang.String value)
public UrlStatus withIndexed(java.lang.Boolean value)
public UrlStatus withFollowed(java.lang.Boolean value)
public UrlStatus clone()
clone
in class java.lang.Object
Copyright © 2021 Dassault Systèmes, All Rights Reserved.