@Generated public class ActivationProperty extends BaseObject
BaseObject.ChildrenTracking
childrenTracking, delegate
Constructor and Description |
---|
ActivationProperty() |
ActivationProperty(ActivationProperty delegate) |
ActivationProperty(ActivationProperty delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
static List<ActivationProperty> |
activationPropertyToApiV3(List<ActivationProperty> list) |
static List<ActivationProperty> |
activationPropertyToApiV4(List<ActivationProperty> list) |
ActivationProperty |
clone() |
ActivationProperty |
getDelegate() |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input
source.
|
String |
getName() |
String |
getValue() |
protected boolean |
replace(Object oldDelegate,
Object newDelegate) |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field.
|
void |
setName(String name) |
void |
setValue(String value) |
update
public ActivationProperty()
public ActivationProperty(ActivationProperty delegate)
public ActivationProperty(ActivationProperty delegate, BaseObject parent)
public ActivationProperty clone()
public ActivationProperty getDelegate()
getDelegate
in class BaseObject
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
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 static List<ActivationProperty> activationPropertyToApiV4(List<ActivationProperty> list)
public static List<ActivationProperty> activationPropertyToApiV3(List<ActivationProperty> list)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.