public class ClassInspectionResponse extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
errorMessage |
protected Long |
executionTime |
protected JavaClass |
javaClass |
Constructor and Description |
---|
ClassInspectionResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getErrorMessage()
Gets the value of the errorMessage property.
|
Long |
getExecutionTime()
Gets the value of the executionTime property.
|
JavaClass |
getJavaClass()
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.
|
protected JavaClass javaClass
protected String errorMessage
protected Long executionTime
public JavaClass getJavaClass()
JavaClass
public void setJavaClass(JavaClass value)
value
- allowed object is
JavaClass
public String getErrorMessage()
String
public void setErrorMessage(String value)
value
- allowed object is
String
public Long getExecutionTime()
Long
public void setExecutionTime(Long value)
value
- allowed object is
Long
Copyright © 2017–2022 Red Hat, Inc.. All rights reserved.