Class JsonInspectionResponse

    • Field Detail

      • errorMessage

        protected String errorMessage
      • executionTime

        protected Long executionTime
    • Constructor Detail

      • JsonInspectionResponse

        public JsonInspectionResponse()
    • 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 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object