public class ResponseStatsSummaryBean extends Object
| Constructor and Description |
|---|
ResponseStatsSummaryBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getErrors() |
long |
getFailures() |
long |
getTotal() |
void |
setErrors(long errors) |
void |
setFailures(long failures) |
void |
setTotal(long total) |
public long getTotal()
public void setTotal(long total)
total - the total to setpublic long getFailures()
public void setFailures(long failures)
failures - the failures to setpublic long getErrors()
public void setErrors(long errors)
errors - the errors to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.