Class ClassInspectionResponse

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

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

    • javaClass

      protected JavaClass javaClass
    • errorMessage

      protected String errorMessage
    • executionTime

      protected Long executionTime
  • Constructor Details

    • ClassInspectionResponse

      public ClassInspectionResponse()
  • Method Details

    • 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
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object