public class NodeSummaryStatistics extends Object
| Constructor and Description |
|---|
NodeSummaryStatistics() |
| Modifier and Type | Method and Description |
|---|---|
double |
getActual() |
String |
getComponentType() |
long |
getCount() |
double |
getElapsed() |
String |
getOperation() |
String |
getUri() |
void |
setActual(double actual) |
void |
setComponentType(String componentType) |
void |
setCount(long count) |
void |
setElapsed(double elapsed) |
void |
setOperation(String operation) |
void |
setUri(String uri) |
String |
toString() |
public double getActual()
public void setActual(double actual)
actual - the actual to setpublic double getElapsed()
public void setElapsed(double elapsed)
elapsed - the elapsed to setpublic long getCount()
public void setCount(long count)
count - the count to setpublic String getComponentType()
public void setComponentType(String componentType)
componentType - the componentType to setpublic String getUri()
public void setUri(String uri)
uri - the uri to setpublic String getOperation()
public void setOperation(String operation)
operation - the operation to setCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.