@Generated public class ActivationFile extends BaseObject
BaseObject.ChildrenTracking
childrenTracking, delegate
Constructor and Description |
---|
ActivationFile() |
ActivationFile(ActivationFile delegate) |
ActivationFile(ActivationFile delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
static List<ActivationFile> |
activationFileToApiV3(List<ActivationFile> list) |
static List<ActivationFile> |
activationFileToApiV4(List<ActivationFile> list) |
ActivationFile |
clone() |
ActivationFile |
getDelegate() |
String |
getExists() |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input
source.
|
String |
getMissing() |
protected boolean |
replace(Object oldDelegate,
Object newDelegate) |
void |
setExists(String exists) |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field.
|
void |
setMissing(String missing) |
update
public ActivationFile()
public ActivationFile(ActivationFile delegate)
public ActivationFile(ActivationFile delegate, BaseObject parent)
public ActivationFile clone()
public ActivationFile getDelegate()
getDelegate
in class BaseObject
public String getMissing()
public void setMissing(String missing)
public String getExists()
public void setExists(String exists)
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<ActivationFile> activationFileToApiV4(List<ActivationFile> list)
public static List<ActivationFile> activationFileToApiV3(List<ActivationFile> list)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.