public class DefaultNDescriptorMailingList extends Object implements NDescriptorMailingList
| Constructor and Description |
|---|
DefaultNDescriptorMailingList(NDescriptorMailingList other) |
DefaultNDescriptorMailingList(String id,
String name,
String subscribe,
String unsubscribe,
String post,
String archive,
List<String> otherArchives,
Map<String,String> properties,
String comments) |
| Modifier and Type | Method and Description |
|---|---|
NDescriptorMailingListBuilder |
builder() |
String |
getArchive() |
String |
getComments() |
String |
getId() |
String |
getName() |
List<String> |
getOtherArchives() |
String |
getPost() |
Map<String,String> |
getProperties() |
String |
getSubscribe() |
String |
getUnsubscribe() |
NDescriptorMailingList |
readOnly() |
public DefaultNDescriptorMailingList(NDescriptorMailingList other)
public String getId()
getId in interface NDescriptorMailingListpublic String getName()
getName in interface NDescriptorMailingListpublic String getSubscribe()
getSubscribe in interface NDescriptorMailingListpublic String getUnsubscribe()
getUnsubscribe in interface NDescriptorMailingListpublic String getPost()
getPost in interface NDescriptorMailingListpublic String getArchive()
getArchive in interface NDescriptorMailingListpublic List<String> getOtherArchives()
getOtherArchives in interface NDescriptorMailingListpublic Map<String,String> getProperties()
getProperties in interface NDescriptorMailingListpublic String getComments()
getComments in interface NDescriptorMailingListpublic NDescriptorMailingList readOnly()
readOnly in interface NDescriptorMailingListpublic NDescriptorMailingListBuilder builder()
builder in interface NDescriptorMailingListCopyright © 2025 vpc open source initiative. All rights reserved.