public abstract class NotifierExecutionOptions extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
NotifierExecutionOptions(NotifierType notifierType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
NotifierType |
getNotifierType() |
int |
hashCode() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setNotifierType(NotifierType notifierType) |
String |
toString() |
protected NotifierExecutionOptions(NotifierType notifierType)
public NotifierType getNotifierType()
public void setNotifierType(NotifierType notifierType)
public boolean isEnabled()
public void setEnabled(boolean enabled)
Copyright © 2017. All rights reserved.