public class TestCase
extends java.lang.Object
implements java.io.Serializable
Java class for TestCase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TestCase">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Duration" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="ExecutionCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Status" type="{http://flexagon.com/deploy/testing}StatusType"/>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Output" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MinResponseTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="MaxResponseTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="AvgResponseTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Long |
avgResponseTime |
protected java.lang.Long |
duration |
protected int |
executionCount |
protected java.lang.Long |
maxResponseTime |
protected java.lang.String |
message |
protected java.lang.Long |
minResponseTime |
protected java.lang.String |
name |
protected java.lang.String |
output |
protected StatusType |
status |
| Constructor and Description |
|---|
TestCase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getAvgResponseTime()
Gets the value of the avgResponseTime property.
|
java.lang.Long |
getDuration()
Gets the value of the duration property.
|
int |
getExecutionCount()
Gets the value of the executionCount property.
|
java.lang.Long |
getMaxResponseTime()
Gets the value of the maxResponseTime property.
|
java.lang.String |
getMessage()
Gets the value of the message property.
|
java.lang.Long |
getMinResponseTime()
Gets the value of the minResponseTime property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getOutput()
Gets the value of the output property.
|
StatusType |
getStatus()
Gets the value of the status property.
|
void |
setAvgResponseTime(java.lang.Long value)
Sets the value of the avgResponseTime property.
|
void |
setDuration(java.lang.Long value)
Sets the value of the duration property.
|
void |
setExecutionCount(int value)
Sets the value of the executionCount property.
|
void |
setMaxResponseTime(java.lang.Long value)
Sets the value of the maxResponseTime property.
|
void |
setMessage(java.lang.String value)
Sets the value of the message property.
|
void |
setMinResponseTime(java.lang.Long value)
Sets the value of the minResponseTime property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOutput(java.lang.String value)
Sets the value of the output property.
|
void |
setStatus(StatusType value)
Sets the value of the status property.
|
protected java.lang.String name
protected java.lang.Long duration
protected int executionCount
protected StatusType status
protected java.lang.String message
protected java.lang.String output
protected java.lang.Long minResponseTime
protected java.lang.Long maxResponseTime
protected java.lang.Long avgResponseTime
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Long getDuration()
Longpublic void setDuration(java.lang.Long value)
value - allowed object is
Longpublic int getExecutionCount()
public void setExecutionCount(int value)
public StatusType getStatus()
StatusTypepublic void setStatus(StatusType value)
value - allowed object is
StatusTypepublic java.lang.String getMessage()
Stringpublic void setMessage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOutput()
Stringpublic void setOutput(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Long getMinResponseTime()
Longpublic void setMinResponseTime(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getMaxResponseTime()
Longpublic void setMaxResponseTime(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getAvgResponseTime()
Longpublic void setAvgResponseTime(java.lang.Long value)
value - allowed object is
Long