Class Site

All Implemented Interfaces:
Serializable, Cloneable, InputLocationTracker

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

    • Site Link icon

      public Site()
    • Site Link icon

      public Site(Site delegate)
    • Site Link icon

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

    • clone Link icon

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

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

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

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

      public String getId()
    • setId Link icon

      public void setId(String id)
    • getName Link icon

      public String getName()
    • setName Link icon

      public void setName(String name)
    • getUrl Link icon

      public String getUrl()
    • setUrl Link icon

      public void setUrl(String url)
    • getChildSiteUrlInheritAppendPath Link icon

      public String getChildSiteUrlInheritAppendPath()
    • setChildSiteUrlInheritAppendPath Link icon

      public void setChildSiteUrlInheritAppendPath(String childSiteUrlInheritAppendPath)
    • getLocation Link icon

      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 Link icon

      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.
    • getImportedFrom Link icon

      public InputLocation getImportedFrom()
    • setImportedFrom Link icon

      public void setImportedFrom(InputLocation location)
    • getLocationKeys Link icon

      public Set<Object> getLocationKeys()
    • replace Link icon

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

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

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

      public boolean isChildSiteUrlInheritAppendPath()