Package io.atlasmap.json.v2
Class JsonInspectionResponse
java.lang.Object
io.atlasmap.json.v2.JsonInspectionResponse
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the errorMessage property.Gets the value of the executionTime property.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 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()
-