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, getMetricType
public long getCount()
public void setCount(long c)
public CounterJson withCount(long c)
Copyright © 2021. All Rights Reserved.