Class MailingList

java.lang.Object
org.apache.maven.model.BaseObject
org.apache.maven.model.MailingList
All Implemented Interfaces:
Serializable, Cloneable, InputLocationTracker

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

    • MailingList

      public MailingList()
    • MailingList

      public MailingList(MailingList delegate)
    • MailingList

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

    • clone

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

      public MailingList 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
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getSubscribe

      public String getSubscribe()
    • setSubscribe

      public void setSubscribe(String subscribe)
    • getUnsubscribe

      public String getUnsubscribe()
    • setUnsubscribe

      public void setUnsubscribe(String unsubscribe)
    • getPost

      public String getPost()
    • setPost

      public void setPost(String post)
    • getArchive

      public String getArchive()
    • setArchive

      public void setArchive(String archive)
    • getOtherArchives

      @Nonnull public List<String> getOtherArchives()
    • setOtherArchives

      public void setOtherArchives(List<String> otherArchives)
    • addOtherArchive

      public void addOtherArchive(String otherArchive)
    • removeOtherArchive

      public void removeOtherArchive(String otherArchive)
    • 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
    • mailingListToApiV4

      public static List<MailingList> mailingListToApiV4(List<MailingList> list)
    • mailingListToApiV3

      public static List<MailingList> mailingListToApiV3(List<MailingList> list)
    • toString

      public String toString()
      Overrides:
      toString in class Object
      See Also: