public class XmlInspectionResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorMessage |
protected Long |
executionTime |
protected XmlDocument |
xmlDocument |
| Constructor and Description |
|---|
XmlInspectionResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getErrorMessage()
Gets the value of the errorMessage property.
|
Long |
getExecutionTime()
Gets the value of the executionTime property.
|
XmlDocument |
getXmlDocument()
Gets the value of the xmlDocument property.
|
int |
hashCode() |
void |
setErrorMessage(String value)
Sets the value of the errorMessage property.
|
void |
setExecutionTime(Long value)
Sets the value of the executionTime property.
|
void |
setXmlDocument(XmlDocument value)
Sets the value of the xmlDocument property.
|
protected XmlDocument xmlDocument
protected String errorMessage
protected Long executionTime
public XmlDocument getXmlDocument()
XmlDocumentpublic void setXmlDocument(XmlDocument value)
value - allowed object is
XmlDocumentpublic String getErrorMessage()
Stringpublic void setErrorMessage(String value)
value - allowed object is
Stringpublic Long getExecutionTime()
Longpublic void setExecutionTime(Long value)
value - allowed object is
LongCopyright © 2019 JBoss by Red Hat. All rights reserved.