@Generated public class Reporting extends BaseObject
BaseObject.ChildrenTracking
childrenTracking, delegate
Constructor and Description |
---|
Reporting() |
Reporting(Reporting delegate) |
Reporting(Reporting delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
void |
addPlugin(ReportPlugin plugin) |
Reporting |
clone() |
Reporting |
getDelegate() |
String |
getExcludeDefaults() |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input
source.
|
String |
getOutputDirectory() |
List<ReportPlugin> |
getPlugins() |
boolean |
isExcludeDefaults() |
void |
removePlugin(ReportPlugin plugin) |
protected boolean |
replace(Object oldDelegate,
Object newDelegate) |
static List<Reporting> |
reportingToApiV3(List<Reporting> list) |
static List<Reporting> |
reportingToApiV4(List<Reporting> list) |
void |
setExcludeDefaults(boolean excludeDefaults) |
void |
setExcludeDefaults(String excludeDefaults) |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field.
|
void |
setOutputDirectory(String outputDirectory) |
void |
setPlugins(List<ReportPlugin> plugins) |
update
public Reporting()
public Reporting(Reporting delegate)
public Reporting(Reporting delegate, BaseObject parent)
public Reporting getDelegate()
getDelegate
in class BaseObject
public String getExcludeDefaults()
public void setExcludeDefaults(String excludeDefaults)
public String getOutputDirectory()
public void setOutputDirectory(String outputDirectory)
@Nonnull public List<ReportPlugin> getPlugins()
public void setPlugins(List<ReportPlugin> plugins)
public void addPlugin(ReportPlugin plugin)
public void removePlugin(ReportPlugin plugin)
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
public boolean isExcludeDefaults()
public void setExcludeDefaults(boolean excludeDefaults)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.