public class EmailFolderTemplate extends Object
| 构造器和说明 |
|---|
EmailFolderTemplate() |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<EmailFolderTemplate> |
coverToList(javax.mail.Folder[] folders) |
List<EmailFolderTemplate> |
getChildren() |
int |
getMessageCount() |
String |
getName() |
EmailFolderTemplate |
getParent() |
String |
getPath() |
int |
getType() |
void |
setChildren(List<EmailFolderTemplate> children) |
void |
setMessageCount(int messageCount) |
void |
setName(String name) |
void |
setParent(EmailFolderTemplate parent) |
void |
setPath(String path) |
void |
setType(int type) |
public static List<EmailFolderTemplate> coverToList(javax.mail.Folder[] folders)
public String getName()
public void setName(String name)
public int getType()
public void setType(int type)
public String getPath()
public void setPath(String path)
public EmailFolderTemplate getParent()
public void setParent(EmailFolderTemplate parent)
public List<EmailFolderTemplate> getChildren()
public void setChildren(List<EmailFolderTemplate> children)
public int getMessageCount()
public void setMessageCount(int messageCount)
Copyright © 2024. All rights reserved.