public abstract class NotifierConfigurationExecutionOptions extends Object
| Constructor and Description |
|---|
NotifierConfigurationExecutionOptions(NotifierType notifierType) |
| Modifier and Type | Method and Description |
|---|---|
NotifierType |
getNotifierType() |
boolean |
isEnabled() |
boolean |
isNoisy() |
void |
setEnabled(boolean enabled) |
void |
setNoisy(boolean noisy) |
void |
setNotifierType(NotifierType notifierType) |
String |
toString() |
public NotifierConfigurationExecutionOptions(NotifierType notifierType)
public NotifierType getNotifierType()
public void setNotifierType(NotifierType notifierType)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public void setNoisy(boolean noisy)
public boolean isNoisy()
Copyright © 2019. All rights reserved.