@Generated public class ReportSet extends ConfigurationContainer implements Serializable, Cloneable
BaseObject.ChildrenTracking
childrenTracking, 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, setInherited
update
public ReportSet()
public ReportSet(ReportSet delegate)
public ReportSet(ReportSet delegate, BaseObject parent)
public ReportSet clone()
clone
in class ConfigurationContainer
public ReportSet getDelegate()
getDelegate
in class ConfigurationContainer
public String getId()
public void setId(String id)
public void addReport(String report)
public void removeReport(String report)
public InputLocation getLocation(Object key)
InputLocationTracker
getLocation
in interface InputLocationTracker
getLocation
in class ConfigurationContainer
key
- The key of the field, must not be
null
.null
if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTracker
setLocation
in interface InputLocationTracker
setLocation
in class ConfigurationContainer
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 ConfigurationContainer
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.