public class StatusConfig extends Object
Constructor and Description |
---|
StatusConfig()
No args constructor for use in serialization
|
StatusConfig(StatusLevel statusLevel,
String statusStreamName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
StatusLevel |
getStatusLevel()
Defines the verbosity of status messages in a status-stream.
|
String |
getStatusStreamName()
The name of the stream to which status messages are appended.
|
int |
hashCode() |
void |
setStatusLevel(StatusLevel statusLevel)
Defines the verbosity of status messages in a status-stream.
|
void |
setStatusStreamName(String statusStreamName)
The name of the stream to which status messages are appended.
|
String |
toString() |
StatusConfig |
withStatusLevel(StatusLevel statusLevel) |
StatusConfig |
withStatusStreamName(String statusStreamName) |
public StatusConfig()
public StatusConfig(StatusLevel statusLevel, String statusStreamName)
statusLevel
- statusStreamName
- public StatusLevel getStatusLevel()
public void setStatusLevel(StatusLevel statusLevel)
public StatusConfig withStatusLevel(StatusLevel statusLevel)
public String getStatusStreamName()
public void setStatusStreamName(String statusStreamName)
public StatusConfig withStatusStreamName(String statusStreamName)