public class DatasetOverviewResults extends Object
DatasetOverviewResults class.
| Constructor and Description |
|---|
DatasetOverviewResults()
Constructor for DatasetOverviewResults.
|
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.datatypes.xsd.XSDDateTime |
getEndTime()
Getter for the field
endTime. |
long |
getErrorTests()
Getter for the field
errorTests. |
long |
getFailedTests()
Getter for the field
failedTests. |
long |
getIndividualErrors()
Getter for the field
individualErrors. |
com.hp.hpl.jena.datatypes.xsd.XSDDateTime |
getStartTime()
Getter for the field
startTime. |
long |
getSuccessfullTests()
Getter for the field
successfullTests. |
long |
getTimeoutTests()
Getter for the field
timeoutTests. |
long |
getTotalTests()
Getter for the field
totalTests. |
void |
increaseErrorTests()
increaseErrorTests.
|
void |
increaseFailedTests()
increaseFailedTests.
|
void |
increaseIndividualErrors(long totalErrors)
increaseIndividualErrors.
|
void |
increaseSuccessfullTests()
increaseSuccessfullTests.
|
void |
increaseTimeoutTests()
increaseTimeoutTests.
|
void |
reset()
reset.
|
void |
set(DatasetOverviewResults results)
set.
|
void |
setEndTime()
Setter for the field
endTime. |
void |
setStartTime()
Setter for the field
startTime. |
void |
setTotalTests(long totalTests)
Setter for the field
totalTests. |
public DatasetOverviewResults()
Constructor for DatasetOverviewResults.
public final void reset()
reset.
public void set(DatasetOverviewResults results)
set.
results - a DatasetOverviewResults object.public long getTotalTests()
Getter for the field totalTests.
public void setTotalTests(long totalTests)
Setter for the field totalTests.
totalTests - a long.public long getSuccessfullTests()
Getter for the field successfullTests.
public void increaseSuccessfullTests()
increaseSuccessfullTests.
public long getFailedTests()
Getter for the field failedTests.
public void increaseFailedTests()
increaseFailedTests.
public long getTimeoutTests()
Getter for the field timeoutTests.
public void increaseTimeoutTests()
increaseTimeoutTests.
public long getErrorTests()
Getter for the field errorTests.
public void increaseErrorTests()
increaseErrorTests.
public long getIndividualErrors()
Getter for the field individualErrors.
public void increaseIndividualErrors(long totalErrors)
increaseIndividualErrors.
totalErrors - a long.public com.hp.hpl.jena.datatypes.xsd.XSDDateTime getStartTime()
Getter for the field startTime.
XSDDateTime object.public void setStartTime()
Setter for the field startTime.
public com.hp.hpl.jena.datatypes.xsd.XSDDateTime getEndTime()
Getter for the field endTime.
XSDDateTime object.public void setEndTime()
Setter for the field endTime.
Copyright © 2015. All rights reserved.