@Generated public class ReportSet extends ConfigurationContainer implements Serializable, Cloneable
BaseObject.ChildrenTrackingchildrenTracking, delegate| Constructor and Description |
|---|
ReportSet() |
ReportSet(ReportSet delegate) |
ReportSet(ReportSet delegate,
BaseObject parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
addReport(String report) |
ReportSet |
clone() |
ReportSet |
getDelegate() |
String |
getId() |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input
source.
|
List<String> |
getReports() |
void |
removeReport(String report) |
protected boolean |
replace(Object oldDelegate,
Object newDelegate) |
static List<ReportSet> |
reportSetToApiV3(List<ReportSet> list) |
static List<ReportSet> |
reportSetToApiV4(List<ReportSet> list) |
void |
setId(String id) |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field.
|
void |
setReports(List<String> reports) |
String |
toString() |
configurationContainerToApiV3, configurationContainerToApiV4, getConfiguration, getInherited, isInherited, setConfiguration, setInheritedupdatepublic ReportSet()
public ReportSet(ReportSet delegate)
public ReportSet(ReportSet delegate, BaseObject parent)
public ReportSet clone()
clone in class ConfigurationContainerpublic ReportSet getDelegate()
getDelegate in class ConfigurationContainerpublic String getId()
public void setId(String id)
public void addReport(String report)
public void removeReport(String report)
public InputLocation getLocation(Object key)
InputLocationTrackergetLocation in interface InputLocationTrackergetLocation in class ConfigurationContainerkey - The key of the field, must not be
null.null if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTrackersetLocation in interface InputLocationTrackersetLocation in class ConfigurationContainerkey - 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 ConfigurationContainerCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.