@Generated public class Notifier extends BaseObject
BaseObject.ChildrenTrackingchildrenTracking, 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) |
updatepublic Notifier()
public Notifier(Notifier delegate)
public Notifier(Notifier delegate, BaseObject parent)
public Notifier getDelegate()
getDelegate in class BaseObjectpublic 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)
InputLocationTrackerkey - The key of the field, must not be
null.null if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTrackerkey - 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 BaseObjectCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.