Class Site

All Implemented Interfaces:
Serializable, Cloneable, InputLocationTracker

@Generated public class Site extends BaseObject
See Also:
  • Constructor Details

    • Site

      public Site()
    • Site

      public Site(Site delegate)
    • Site

      public Site(Site delegate, BaseObject parent)
  • Method Details

    • clone

      public Site clone()
      Overrides:
      clone in class Object
    • getDelegate

      public Site getDelegate()
      Overrides:
      getDelegate in class BaseObject
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getChildSiteUrlInheritAppendPath

      public String getChildSiteUrlInheritAppendPath()
    • setChildSiteUrlInheritAppendPath

      public void setChildSiteUrlInheritAppendPath(String childSiteUrlInheritAppendPath)
    • getLocation

      public InputLocation getLocation(Object key)
      Description copied from interface: InputLocationTracker
      Gets the location of the specified field in the input source.
      Parameters:
      key - The key of the field, must not be null.
      Returns:
      The location of the field in the input source or null if unknown.
    • setLocation

      public void setLocation(Object key, InputLocation location)
      Description copied from interface: InputLocationTracker
      Sets the location of the specified field.
      Parameters:
      key - The key of the field, must not be null.
      location - The location of the field, may be null.
    • replace

      protected boolean replace(Object oldDelegate, Object newDelegate)
      Overrides:
      replace in class BaseObject
    • siteToApiV4

      public static List<Site> siteToApiV4(List<Site> list)
    • siteToApiV3

      public static List<Site> siteToApiV3(List<Site> list)
    • isChildSiteUrlInheritAppendPath

      public boolean isChildSiteUrlInheritAppendPath()