Class ClassInspectionResponse

    • Field Detail

      • errorMessage

        protected String errorMessage
      • executionTime

        protected Long executionTime
    • Constructor Detail

      • ClassInspectionResponse

        public ClassInspectionResponse()
    • Method Detail

      • getJavaClass

        public JavaClass getJavaClass()
        Gets the value of the javaClass property.
        Returns:
        possible object is JavaClass
      • setJavaClass

        public void setJavaClass​(JavaClass value)
        Sets the value of the javaClass property.
        Parameters:
        value - allowed object is JavaClass
      • 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