@ConfigurationProperties(prefix="spring.cloud.dataflow.grafana-info") public class GrafanaInfoProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
VERSION_INFO_PREFIX |
| Constructor and Description |
|---|
GrafanaInfoProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
getRefreshInterval() |
String |
getToken() |
String |
getUrl() |
boolean |
isGrafanaEnabled() |
void |
setRefreshInterval(int refreshInterval) |
void |
setToken(String token) |
void |
setUrl(String url) |
public static final String VERSION_INFO_PREFIX
public String getUrl()
public void setUrl(String url)
public String getToken()
public void setToken(String token)
public int getRefreshInterval()
public void setRefreshInterval(int refreshInterval)
public boolean isGrafanaEnabled()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.