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()
XmlDocument
public void setXmlDocument(XmlDocument value)
value
- allowed object is
XmlDocument
public String getErrorMessage()
String
public void setErrorMessage(String value)
value
- allowed object is
String
public Long getExecutionTime()
Long
public void setExecutionTime(Long value)
value
- allowed object is
Long
Copyright © 2019 JBoss by Red Hat. All rights reserved.