public class DamGeneratorConfigBag extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DamGeneratorConfigBag.Builder |
| Constructor and Description |
|---|
DamGeneratorConfigBag(DamGeneratorConfigBag.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGrafanaEndpoint() |
String |
getGrafanaPassword() |
String |
getGrafanaUsername() |
String |
getInfluxdbDatabase() |
URL |
getInfluxDbEndpoint() |
String |
getInfluxdbPassword() |
String |
getInfluxdbPort() |
String |
getInfluxdbUrl() |
String |
getInfluxdbUsername() |
URL |
getMonitorEndpoint() |
String |
getMonitorPort() |
String |
getMonitorUrl() |
String |
getSlaEndpoint() |
public DamGeneratorConfigBag(DamGeneratorConfigBag.Builder builder)
public String getSlaEndpoint()
public String getMonitorUrl()
public String getMonitorPort()
public String getInfluxdbUrl()
public String getInfluxdbPort()
public String getInfluxdbDatabase()
public String getInfluxdbUsername()
public String getInfluxdbPassword()
public String getGrafanaUsername()
public String getGrafanaPassword()
public String getGrafanaEndpoint()
public URL getMonitorEndpoint()
public URL getInfluxDbEndpoint()
Copyright © 2016. All rights reserved.