Package io.atlasmap.json.v2
Class JsonInspectionResponse
java.lang.Object
io.atlasmap.json.v2.JsonInspectionResponse
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the errorMessage property.Gets the value of the executionTime property.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.
-
Field Details
-
jsonDocument
-
errorMessage
-
executionTime
-
-
Constructor Details
-
JsonInspectionResponse
public JsonInspectionResponse()
-
-
Method Details
-
getJsonDocument
Gets the value of the jsonDocument property.- Returns:
- possible object is
JsonDocument
-
setJsonDocument
Sets the value of the jsonDocument property.- Parameters:
value
- allowed object isJsonDocument
-
getErrorMessage
Gets the value of the errorMessage property.- Returns:
- possible object is
String
-
setErrorMessage
Sets the value of the errorMessage property.- Parameters:
value
- allowed object isString
-
getExecutionTime
Gets the value of the executionTime property.- Returns:
- possible object is
Long
-
setExecutionTime
Sets the value of the executionTime property.- Parameters:
value
- allowed object isLong
-
equals
-
hashCode
public int hashCode()
-