@Generated public class Exclusion extends BaseObject
BaseObject.ChildrenTracking
childrenTracking, delegate
Constructor and Description |
---|
Exclusion() |
Exclusion(Exclusion delegate) |
Exclusion(Exclusion delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
Exclusion |
clone() |
static List<Exclusion> |
exclusionToApiV3(List<Exclusion> list) |
static List<Exclusion> |
exclusionToApiV4(List<Exclusion> list) |
String |
getArtifactId() |
Exclusion |
getDelegate() |
String |
getGroupId() |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input
source.
|
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.
|
update
public Exclusion()
public Exclusion(Exclusion delegate)
public Exclusion(Exclusion delegate, BaseObject parent)
public Exclusion getDelegate()
getDelegate
in class BaseObject
public String getGroupId()
public void setGroupId(String groupId)
public String getArtifactId()
public void setArtifactId(String artifactId)
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
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.