public class JsonInspectionResponse extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
errorMessage |
protected Long |
executionTime |
protected JsonDocument |
jsonDocument |
Constructor and Description |
---|
JsonInspectionResponse() |
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.
|
JsonDocument |
getJsonDocument()
Gets the value of the jsonDocument 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 |
setJsonDocument(JsonDocument value)
Sets the value of the jsonDocument property.
|
protected JsonDocument jsonDocument
protected String errorMessage
protected Long executionTime
public JsonDocument getJsonDocument()
JsonDocument
public void setJsonDocument(JsonDocument value)
value
- allowed object is
JsonDocument
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.