public interface Counter
| Modifier and Type | Method and Description | 
|---|---|
| String | getDisplayName() | 
| String | getName() | 
| long | getValue() | 
| void | setDisplayName(String displayName) | 
| void | setName(String name) | 
| void | setValue(long value) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.