@Generated public class ActivationProperty extends BaseObject
BaseObject.ChildrenTrackingchildrenTracking, 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) |
updatepublic ActivationProperty()
public ActivationProperty(ActivationProperty delegate)
public ActivationProperty(ActivationProperty delegate, BaseObject parent)
public ActivationProperty clone()
public ActivationProperty getDelegate()
getDelegate in class BaseObjectpublic String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
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<ActivationProperty> activationPropertyToApiV4(List<ActivationProperty> list)
public static List<ActivationProperty> activationPropertyToApiV3(List<ActivationProperty> list)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.