public class VerboseCrawlDocument
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
crawlDoc |
protected java.lang.String |
message |
Constructor and Description |
---|
VerboseCrawlDocument()
Creates a new
VerboseCrawlDocument instance. |
VerboseCrawlDocument(VerboseCrawlDocument o)
Creates a new
VerboseCrawlDocument instance by deeply copying a given VerboseCrawlDocument instance. |
Modifier and Type | Method and Description |
---|---|
VerboseCrawlDocument |
clone()
Creates and returns a deep copy of this object.
|
java.lang.String |
getCrawlDoc()
whole CrawlDocument serialized in pretty-printed XML (default: null)
|
java.lang.String |
getMessage()
http.log messages (default: null)
|
void |
setCrawlDoc(java.lang.String value)
Sets the value of the crawlDoc property.
|
void |
setMessage(java.lang.String value)
Sets the value of the message property.
|
VerboseCrawlDocument |
withCrawlDoc(java.lang.String value) |
VerboseCrawlDocument |
withMessage(java.lang.String value) |
protected java.lang.String message
protected java.lang.String crawlDoc
public VerboseCrawlDocument()
VerboseCrawlDocument
instance.public VerboseCrawlDocument(VerboseCrawlDocument o)
VerboseCrawlDocument
instance by deeply copying a given VerboseCrawlDocument
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.public java.lang.String getMessage()
String
public void setMessage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCrawlDoc()
String
public void setCrawlDoc(java.lang.String value)
value
- allowed object is
String
public VerboseCrawlDocument withMessage(java.lang.String value)
public VerboseCrawlDocument withCrawlDoc(java.lang.String value)
public VerboseCrawlDocument clone()
clone
in class java.lang.Object
Copyright © 2021 Dassault Systèmes, All Rights Reserved.