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