Package io.atlasmap.json.v2
Class JsonInspectionResponse
- java.lang.Object
-
- io.atlasmap.json.v2.JsonInspectionResponse
-
- All Implemented Interfaces:
Serializable
public class JsonInspectionResponse extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringerrorMessageprotected LongexecutionTimeprotected JsonDocumentjsonDocument
-
Constructor Summary
Constructors Constructor Description JsonInspectionResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)StringgetErrorMessage()Gets the value of the errorMessage property.LonggetExecutionTime()Gets the value of the executionTime property.JsonDocumentgetJsonDocument()Gets the value of the jsonDocument property.inthashCode()voidsetErrorMessage(String value)Sets the value of the errorMessage property.voidsetExecutionTime(Long value)Sets the value of the executionTime property.voidsetJsonDocument(JsonDocument value)Sets the value of the jsonDocument property.
-
-
-
Field Detail
-
jsonDocument
protected JsonDocument jsonDocument
-
errorMessage
protected String errorMessage
-
executionTime
protected Long executionTime
-
-
Method Detail
-
getJsonDocument
public JsonDocument getJsonDocument()
Gets the value of the jsonDocument property.- Returns:
- possible object is
JsonDocument
-
setJsonDocument
public void setJsonDocument(JsonDocument value)
Sets the value of the jsonDocument property.- Parameters:
value- allowed object isJsonDocument
-
getErrorMessage
public String getErrorMessage()
Gets the value of the errorMessage property.- Returns:
- possible object is
String
-
setErrorMessage
public void setErrorMessage(String value)
Sets the value of the errorMessage property.- Parameters:
value- allowed object isString
-
getExecutionTime
public Long getExecutionTime()
Gets the value of the executionTime property.- Returns:
- possible object is
Long
-
setExecutionTime
public void setExecutionTime(Long value)
Sets the value of the executionTime property.- Parameters:
value- allowed object isLong
-
-