@Generated public class RepositoryBase extends BaseObject
BaseObject.ChildrenTrackingchildrenTracking, delegate| Constructor and Description |
|---|
RepositoryBase() |
RepositoryBase(RepositoryBase delegate) |
RepositoryBase(RepositoryBase delegate,
BaseObject parent) |
| Modifier and Type | Method and Description |
|---|---|
RepositoryBase |
clone() |
boolean |
equals(Object o) |
RepositoryBase |
getDelegate() |
String |
getId() |
String |
getLayout() |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input
source.
|
String |
getName() |
String |
getUrl() |
int |
hashCode() |
protected boolean |
replace(Object oldDelegate,
Object newDelegate) |
static List<RepositoryBase> |
repositoryBaseToApiV3(List<RepositoryBase> list) |
static List<RepositoryBase> |
repositoryBaseToApiV4(List<RepositoryBase> list) |
void |
setId(String id) |
void |
setLayout(String layout) |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field.
|
void |
setName(String name) |
void |
setUrl(String url) |
updatepublic RepositoryBase()
public RepositoryBase(RepositoryBase delegate)
public RepositoryBase(RepositoryBase delegate, BaseObject parent)
public RepositoryBase clone()
public RepositoryBase getDelegate()
getDelegate in class BaseObjectpublic String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getUrl()
public void setUrl(String url)
public String getLayout()
public void setLayout(String layout)
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<RepositoryBase> repositoryBaseToApiV4(List<RepositoryBase> list)
public static List<RepositoryBase> repositoryBaseToApiV3(List<RepositoryBase> list)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.