@Generated public class ConfigurationContainer extends BaseObject
BaseObject.ChildrenTrackingchildrenTracking, delegate| Constructor and Description |
|---|
ConfigurationContainer() |
ConfigurationContainer(ConfigurationContainer delegate) |
ConfigurationContainer(ConfigurationContainer delegate,
BaseObject parent) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationContainer |
clone() |
static List<ConfigurationContainer> |
configurationContainerToApiV3(List<ConfigurationContainer> list) |
static List<ConfigurationContainer> |
configurationContainerToApiV4(List<ConfigurationContainer> list) |
Object |
getConfiguration() |
ConfigurationContainer |
getDelegate() |
String |
getInherited() |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input
source.
|
boolean |
isInherited() |
protected boolean |
replace(Object oldDelegate,
Object newDelegate) |
void |
setConfiguration(Object configuration) |
void |
setInherited(String inherited) |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field.
|
updatepublic ConfigurationContainer()
public ConfigurationContainer(ConfigurationContainer delegate)
public ConfigurationContainer(ConfigurationContainer delegate, BaseObject parent)
public ConfigurationContainer clone()
public ConfigurationContainer getDelegate()
getDelegate in class BaseObjectpublic String getInherited()
public void setInherited(String inherited)
public Object getConfiguration()
public void setConfiguration(Object 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 BaseObjectpublic static List<ConfigurationContainer> configurationContainerToApiV4(List<ConfigurationContainer> list)
public static List<ConfigurationContainer> configurationContainerToApiV3(List<ConfigurationContainer> list)
public boolean isInherited()
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.