public class MavenClasspathResponse extends Object implements Serializable
Java class for MavenClasspathResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MavenClasspathResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="classpath" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="executionTime" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
classpath |
protected String |
errorMessage |
protected Long |
executionTime |
Constructor and Description |
---|
MavenClasspathResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getClasspath()
Gets the value of the classpath property.
|
String |
getErrorMessage()
Gets the value of the errorMessage property.
|
Long |
getExecutionTime()
Gets the value of the executionTime property.
|
int |
hashCode() |
void |
setClasspath(String value)
Sets the value of the classpath property.
|
void |
setErrorMessage(String value)
Sets the value of the errorMessage property.
|
void |
setExecutionTime(Long value)
Sets the value of the executionTime property.
|
protected String classpath
protected String errorMessage
protected Long executionTime
public String getClasspath()
String
public void setClasspath(String value)
value
- allowed object is
String
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 © 2019 JBoss by Red Hat. All rights reserved.