public class CounterJson extends RegJson
| Constructor and Description | 
|---|
CounterJson(com.netflix.spectator.api.Id id,
           long count)  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getCount()  | 
void | 
setCount(long c)  | 
CounterJson | 
withCount(long c)  | 
getId, getMetricTypepublic long getCount()
public void setCount(long c)
public CounterJson withCount(long c)
Copyright © 2023. All Rights Reserved.