| Type Params | Return Type | Name and description | 
|---|---|---|
|  | long | getAverageTime() | 
|  | long | getFailuresCount() | 
|  | double | getFailuresRatio() | 
|  | long | getMaxTime() | 
|  | double | getMedian() | 
|  | long | getMinTime() | 
|  | double | getPercintile75() | 
|  | double | getPercintile90() | 
|  | double | getPercintile95() | 
|  | double | getPercintile98() | 
|  | long | getRequestsCount() | 
|  | double | getStandardDeviation() | 
|  | java.lang.String | getTargetName() | 
|  | long | getTestStepCount() | 
|  | void | setAverageTime(long averageTime) | 
|  | void | setFailuresCount(long failuresCount) | 
|  | void | setFailuresRatio(double failuresRatio) | 
|  | void | setMaxTime(long maxTime) | 
|  | void | setMedian(double median) | 
|  | void | setMinTime(long minTime) | 
|  | void | setPercintile75(double percintile75) | 
|  | void | setPercintile90(double percintile90) | 
|  | void | setPercintile95(double percintile95) | 
|  | void | setPercintile98(double percintile98) | 
|  | void | setRequestsCount(long requestsCount) | 
|  | void | setStandardDeviation(double standardDeviation) | 
|  | void | setTargetName(java.lang.String targetName) | 
|  | void | setTestStepCount(long testStepCount) | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |