Package io.prometheus.client
Class Enumeration.Child
- java.lang.Object
-
- io.prometheus.client.Enumeration.Child
-
- Enclosing class:
- Enumeration
public static class Enumeration.Child extends Object
The value of a single Enumeration.Warning: References to a Child become invalid after using
SimpleCollector.remove(java.lang.String...)orSimpleCollector.clear().
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringget()Get the state.voidstate(Enum e)Set the state.voidstate(String s)Set the state.
-