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