@ConfigurationProperties(prefix="endpoints.jmx") public class EndpointMBeanExportProperties extends Object
Constructor and Description |
---|
EndpointMBeanExportProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getDomain() |
Properties |
getStaticNames() |
boolean |
isEnabled() |
boolean |
isUniqueNames() |
void |
setDomain(String domain) |
void |
setEnabled(boolean enabled) |
void |
setStaticNames(String[] staticNames) |
void |
setUniqueNames(boolean uniqueNames) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getDomain()
public void setDomain(String domain)
public boolean isUniqueNames()
public void setUniqueNames(boolean uniqueNames)
public Properties getStaticNames()
public void setStaticNames(String[] staticNames)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.