@ConfigurationProperties(prefix="console")
public class ConsoleProperties
extends java.lang.Object
| Constructor and Description |
|---|
ConsoleProperties() |
| Modifier and Type | Method and Description |
|---|---|
ConsoleProperties.Auth |
getAuth() |
ConsoleProperties.ConsistencyView |
getConsistency() |
ConsoleProperties.Console |
getConsole() |
ConsoleProperties.Dashboard |
getDashboard() |
ConsoleProperties.Hermes |
getHermes() |
ConsoleProperties.Metrics |
getMetrics() |
ConsoleProperties.Owner |
getOwner() |
ConsoleProperties.SubscriptionView |
getSubscription() |
ConsoleProperties.TopicView |
getTopic() |
void |
setAuth(ConsoleProperties.Auth auth) |
void |
setConsistency(ConsoleProperties.ConsistencyView consistency) |
void |
setConsole(ConsoleProperties.Console console) |
void |
setDashboard(ConsoleProperties.Dashboard dashboard) |
void |
setHermes(ConsoleProperties.Hermes hermes) |
void |
setMetrics(ConsoleProperties.Metrics metrics) |
void |
setOwner(ConsoleProperties.Owner owner) |
void |
setSubscription(ConsoleProperties.SubscriptionView subscription) |
void |
setTopic(ConsoleProperties.TopicView topic) |
public ConsoleProperties.Dashboard getDashboard()
public void setDashboard(ConsoleProperties.Dashboard dashboard)
public ConsoleProperties.Hermes getHermes()
public void setHermes(ConsoleProperties.Hermes hermes)
public ConsoleProperties.Metrics getMetrics()
public void setMetrics(ConsoleProperties.Metrics metrics)
public ConsoleProperties.Auth getAuth()
public void setAuth(ConsoleProperties.Auth auth)
public ConsoleProperties.Console getConsole()
public void setConsole(ConsoleProperties.Console console)
public ConsoleProperties.ConsistencyView getConsistency()
public void setConsistency(ConsoleProperties.ConsistencyView consistency)
public ConsoleProperties.Owner getOwner()
public void setOwner(ConsoleProperties.Owner owner)
public ConsoleProperties.TopicView getTopic()
public void setTopic(ConsoleProperties.TopicView topic)
public ConsoleProperties.SubscriptionView getSubscription()
public void setSubscription(ConsoleProperties.SubscriptionView subscription)