Class JsonInspectionResponse

java.lang.Object
io.atlasmap.json.v2.JsonInspectionResponse
All Implemented Interfaces:
Serializable

public class JsonInspectionResponse extends Object implements Serializable
See Also:
  • Field Details

    • jsonDocument

      protected JsonDocument jsonDocument
    • errorMessage

      protected String errorMessage
    • executionTime

      protected Long executionTime
  • Constructor Details

    • JsonInspectionResponse

      public JsonInspectionResponse()
  • Method Details

    • 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 is JsonDocument
    • 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 is String
    • 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 is Long
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object