public class RuntimeCallCounterInfo extends Object
| Constructor and Description |
|---|
RuntimeCallCounterInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Counter name.
|
Double |
getTime()
Counter time in seconds.
|
Double |
getValue()
Counter value.
|
void |
setName(String name)
Counter name.
|
void |
setTime(Double time)
Counter time in seconds.
|
void |
setValue(Double value)
Counter value.
|
public String getName()
public void setName(String name)
public Double getValue()
public void setValue(Double value)
public Double getTime()
public void setTime(Double time)
Copyright © 2021 Kenan Klisura. All rights reserved.