Package io.atlasmap.java.v2
Class ClassInspectionResponse
java.lang.Object
io.atlasmap.java.v2.ClassInspectionResponse
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the errorMessage property.Gets the value of the executionTime property.Gets the value of the javaClass property.int
hashCode()
void
setErrorMessage
(String value) Sets the value of the errorMessage property.void
setExecutionTime
(Long value) Sets the value of the executionTime property.void
setJavaClass
(JavaClass value) Sets the value of the javaClass property.
-
Field Details
-
javaClass
-
errorMessage
-
executionTime
-
-
Constructor Details
-
ClassInspectionResponse
public ClassInspectionResponse()
-
-
Method Details
-
getJavaClass
Gets the value of the javaClass property.- Returns:
- possible object is
JavaClass
-
setJavaClass
Sets the value of the javaClass property.- Parameters:
value
- allowed object isJavaClass
-
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()
-