public class RestStats extends Object
Constructor and Description |
---|
RestStats() |
RestStats(long count,
double min,
double max,
double average,
double stdDeviation,
Map<Integer,Double> percentiles,
String actionIdentifier) |
Modifier and Type | Method and Description |
---|---|
String |
getActionIdentifier() |
double |
getAverage() |
long |
getCount() |
double |
getMax() |
double |
getMin() |
Map<Integer,Double> |
getPercentiles() |
double |
getStdDeviation() |
public long getCount()
public double getMin()
public double getMax()
public double getAverage()
public double getStdDeviation()
public String getActionIdentifier()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.