Package io.atlasmap.java.v2
Class ClassInspectionResponse
- java.lang.Object
-
- io.atlasmap.java.v2.ClassInspectionResponse
-
- All Implemented Interfaces:
Serializable
public class ClassInspectionResponse extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringerrorMessageprotected LongexecutionTimeprotected JavaClassjavaClass
-
Constructor Summary
Constructors Constructor Description ClassInspectionResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)StringgetErrorMessage()Gets the value of the errorMessage property.LonggetExecutionTime()Gets the value of the executionTime property.JavaClassgetJavaClass()Gets the value of the javaClass property.inthashCode()voidsetErrorMessage(String value)Sets the value of the errorMessage property.voidsetExecutionTime(Long value)Sets the value of the executionTime property.voidsetJavaClass(JavaClass value)Sets the value of the javaClass property.
-
-
-
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 isJavaClass
-
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 isString
-
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 isLong
-
-