@Generated public class Notifier extends BaseObject
BaseObject.ChildrenTracking
childrenTracking, delegate
Constructor and Description |
---|
Notifier() |
Notifier(Notifier delegate) |
Notifier(Notifier delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
Notifier |
clone() |
String |
getAddress() |
Properties |
getConfiguration() |
Notifier |
getDelegate() |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input
source.
|
String |
getType() |
boolean |
isSendOnError() |
boolean |
isSendOnFailure() |
boolean |
isSendOnSuccess() |
boolean |
isSendOnWarning() |
static List<Notifier> |
notifierToApiV3(List<Notifier> list) |
static List<Notifier> |
notifierToApiV4(List<Notifier> list) |
protected boolean |
replace(Object oldDelegate,
Object newDelegate) |
void |
setAddress(String address) |
void |
setConfiguration(Properties configuration) |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field.
|
void |
setSendOnError(boolean sendOnError) |
void |
setSendOnFailure(boolean sendOnFailure) |
void |
setSendOnSuccess(boolean sendOnSuccess) |
void |
setSendOnWarning(boolean sendOnWarning) |
void |
setType(String type) |
update
public Notifier()
public Notifier(Notifier delegate)
public Notifier(Notifier delegate, BaseObject parent)
public Notifier getDelegate()
getDelegate
in class BaseObject
public String getType()
public void setType(String type)
public boolean isSendOnError()
public void setSendOnError(boolean sendOnError)
public boolean isSendOnFailure()
public void setSendOnFailure(boolean sendOnFailure)
public boolean isSendOnSuccess()
public void setSendOnSuccess(boolean sendOnSuccess)
public boolean isSendOnWarning()
public void setSendOnWarning(boolean sendOnWarning)
public String getAddress()
public void setAddress(String address)
@Nonnull public Properties getConfiguration()
public void setConfiguration(Properties configuration)
public InputLocation getLocation(Object key)
InputLocationTracker
key
- The key of the field, must not be
null
.null
if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTracker
key
- The key of the field, must not be
null
.location
- The location of the field, may be
null
.protected boolean replace(Object oldDelegate, Object newDelegate)
replace
in class BaseObject
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.