@ConfigurationProperties(value="troublemaker.client") public class TroubleMakerClientProperties extends Object
| Constructor and Description |
|---|
TroubleMakerClientProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getException() |
String |
getKill() |
String |
getLoad() |
String |
getMemory() |
String |
getToken() |
void |
setException(String exception) |
void |
setKill(String kill) |
void |
setLoad(String load) |
void |
setMemory(String memory) |
void |
setToken(String token) |
public String getToken()
public void setToken(String token)
public String getLoad()
public void setLoad(String load)
public String getMemory()
public void setMemory(String memory)
public String getException()
public void setException(String exception)
public String getKill()
public void setKill(String kill)
Copyright © 2016 Keyhole Software. All Rights Reserved.