Class NotificationMgrConfig
- java.lang.Object
-
- org.duracloud.account.db.util.notification.NotificationMgrConfig
-
public class NotificationMgrConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description NotificationMgrConfig(org.duracloud.common.model.EmailerType emailerType, String fromAddress, String username, String password, String adminAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAdminAddress()org.duracloud.common.model.EmailerTypegetEmailerType()StringgetFromAddress()StringgetPassword()StringgetUsername()
-