@Generated public class Parent extends BaseObject
BaseObject.ChildrenTracking
childrenTracking, delegate
Constructor and Description |
---|
Parent() |
Parent(Parent delegate) |
Parent(Parent delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
Parent |
clone() |
String |
getArtifactId() |
Parent |
getDelegate() |
String |
getGroupId() |
String |
getId() |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input
source.
|
String |
getRelativePath() |
String |
getVersion() |
static List<Parent> |
parentToApiV3(List<Parent> list) |
static List<Parent> |
parentToApiV4(List<Parent> list) |
protected boolean |
replace(Object oldDelegate,
Object newDelegate) |
void |
setArtifactId(String artifactId) |
void |
setGroupId(String groupId) |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field.
|
void |
setRelativePath(String relativePath) |
void |
setVersion(String version) |
String |
toString() |
update
public Parent()
public Parent(Parent delegate)
public Parent(Parent delegate, BaseObject parent)
public Parent getDelegate()
getDelegate
in class BaseObject
public String getGroupId()
public void setGroupId(String groupId)
public String getArtifactId()
public void setArtifactId(String artifactId)
public String getVersion()
public void setVersion(String version)
public String getRelativePath()
public void setRelativePath(String relativePath)
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 String getId()
groupId:artifactId:version
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.