@ConfigurationProperties(prefix="cat")
@API(status=STABLE,
since="1.0")
public class CatProperties
extends Object
| Constructor and Description |
|---|
CatProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain() |
org.unidal.cat.autoconfigure.CatProperties.Server |
getServer() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setServer(org.unidal.cat.autoconfigure.CatProperties.Server server) |
String |
toString() |
public String getDomain()
public org.unidal.cat.autoconfigure.CatProperties.Server getServer()
public boolean isEnabled()
public void setEnabled(boolean enabled)
public void setServer(org.unidal.cat.autoconfigure.CatProperties.Server server)
Copyright © 2022. All rights reserved.