Class ConsoleProperties.Metrics
- java.lang.Object
-
- pl.allegro.tech.hermes.management.config.console.ConsoleProperties.Metrics
-
- Enclosing class:
- ConsoleProperties
public static final class ConsoleProperties.Metrics extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Metrics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsoleProperties.GraphitegetGraphite()java.lang.StringgetType()voidsetGraphite(ConsoleProperties.Graphite graphite)voidsetType(java.lang.String type)
-
-
-
Method Detail
-
getType
public java.lang.String getType()
-
setType
public void setType(java.lang.String type)
-
getGraphite
public ConsoleProperties.Graphite getGraphite()
-
setGraphite
public void setGraphite(ConsoleProperties.Graphite graphite)
-
-