public class MetricsSettings extends Object
| Constructor and Description |
|---|
MetricsSettings() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
getBlockProfileRate() |
String |
getListenAddress() |
int |
hashCode() |
boolean |
isEnable() |
void |
setBlockProfileRate(int blockProfileRate) |
void |
setEnable(boolean enable) |
void |
setListenAddress(String listenAddress) |
String |
toString() |
public boolean isEnable()
public int getBlockProfileRate()
public String getListenAddress()
public void setEnable(boolean enable)
public void setBlockProfileRate(int blockProfileRate)
public void setListenAddress(String listenAddress)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.