public class MailingList extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
private String | 
mainArchiveUrl
The primary archive URL for this mailing list. 
 | 
private String | 
name
The name of the mailing list, eg. 
 | 
private List<String> | 
otherArchives
A list of other URLs to archives of the mailing list. 
 | 
private String | 
postAddress
The email address to post a new message to the mailing list, if applicable. 
 | 
private String | 
subscribeAddress
The email address to send a message to to subscribe to the mailing list, if applicable. 
 | 
private String | 
unsubscribeAddress
The email address to send a message to to unsubscribe from the mailing list, if applicable. 
 | 
| Constructor and Description | 
|---|
MailingList()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getMainArchiveUrl()  | 
String | 
getName()  | 
List<String> | 
getOtherArchives()  | 
String | 
getPostAddress()  | 
String | 
getSubscribeAddress()  | 
String | 
getUnsubscribeAddress()  | 
void | 
setMainArchiveUrl(String mainArchiveUrl)  | 
void | 
setName(String name)  | 
void | 
setOtherArchives(List<String> otherArchives)  | 
void | 
setPostAddress(String postAddress)  | 
void | 
setSubscribeAddress(String subscribeAddress)  | 
void | 
setUnsubscribeAddress(String unsubscribeAddress)  | 
String | 
toString()  | 
private String mainArchiveUrl
private List<String> otherArchives
private String postAddress
private String subscribeAddress
private String unsubscribeAddress
public MailingList()
public void setMainArchiveUrl(String mainArchiveUrl)
public String getMainArchiveUrl()
public void setOtherArchives(List<String> otherArchives)
public List<String> getOtherArchives()
public void setPostAddress(String postAddress)
public void setSubscribeAddress(String subscribeAddress)
public void setUnsubscribeAddress(String unsubscribeAddress)
public String getSubscribeAddress()
public String getUnsubscribeAddress()
public String getPostAddress()
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.