- java.lang.Object
-
- net.bis5.mattermost.model.config.MetricsSettings
-
public class MetricsSettings extends Object
Metrics settings.- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description MetricsSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)intgetBlockProfileRate()StringgetListenAddress()inthashCode()booleanisEnable()voidsetBlockProfileRate(int blockProfileRate)voidsetEnable(boolean enable)voidsetListenAddress(String listenAddress)StringtoString()
-
-
-
Method Detail
-
isEnable
public boolean isEnable()
-
getBlockProfileRate
public int getBlockProfileRate()
-
getListenAddress
public String getListenAddress()
-
setEnable
public void setEnable(boolean enable)
-
setBlockProfileRate
public void setBlockProfileRate(int blockProfileRate)
-
setListenAddress
public void setListenAddress(String listenAddress)
-
canEqual
protected boolean canEqual(Object other)
-
-