Class InfluxProperties
java.lang.Object
de.adorsys.bg.monitoring.server.influxdb.InfluxProperties
@ConfigurationProperties(prefix="bg.monitoring.server.influxdb") public class InfluxProperties extends Object
-
Constructor Summary
Constructors Constructor Description InfluxProperties() -
Method Summary
Modifier and Type Method Description StringgetDatabase()StringgetPassword()StringgetUrl()StringgetUsername()InfluxPropertiessetDatabase(String database)InfluxPropertiessetPassword(String password)InfluxPropertiessetUrl(String url)InfluxPropertiessetUsername(String username)
-
Constructor Details
-
InfluxProperties
public InfluxProperties()
-
-
Method Details